MessagePack Cache Fixture Matrix
Use MessagePack fixtures for cache payloads, compact event batches, and binary serialization compatibility checks.
3
Lignes de fixtures
3
Comment utiliser cette matrice
Use the matrix when the validation target is a set of variants rather than one canonical sample.
Comment utiliser cette matrice
Coverage
- Covers cache summary payloads, event batches, and nested session-like state.
- Useful for binary serialization validation across cache, queue, and worker workflows.
- Anchored to the cache-serialization pack and local-replay workflow hub.
Lignes de fixtures
Available Variants
| Variante | Profil | Objectif de test | Fichier | Taille | Telecharger |
|---|---|---|---|---|---|
|
Cache Payload MessagePack
Good baseline for compact cache-payload decoding and compatibility tests.
|
Cache snapshot | Nested summary state |
msgpack_cache_payload_sample.msgpack
|
130 B | Telecharger |
|
Event Batch MessagePack
Useful for queue or worker pipelines that exchange compact event batches.
|
Compact event batch | Array-of-records decoding |
msgpack_event_batch_sample.msgpack
|
153 B | Telecharger |
|
Nested Session MessagePack
Targets session, cache, and binary-state replay workflows with nested maps.
|
Nested state payload | Session-like object graphs |
msgpack_nested_session_sample.msgpack
|
108 B | Telecharger |
Pages de strategie liees