MessagePack Cache Fixture Matrix

Use MessagePack fixtures for cache payloads, compact event batches, and binary serialization compatibility checks.

3 Fixture-Zeilen
3 So verwenden Sie diese Matrix
Use the matrix when the validation target is a set of variants rather than one canonical sample.
So verwenden Sie diese Matrix

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.
Fixture-Zeilen

Available Variants

Variante Profil Testfokus Datei Groesse Herunterladen
Cache Payload MessagePack
Good baseline for compact cache-payload decoding and compatibility tests.
Cache snapshot Nested summary state msgpack_cache_payload_sample.msgpack
.msgpack SHA256 565fc210a41b...
130 B Herunterladen
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
.msgpack SHA256 d6a4f471b511...
153 B Herunterladen
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
.msgpack SHA256 c3c15a732fa0...
108 B Herunterladen
Verwandte Strategie-Seiten

Related Packs and Workflows

Verwandte Pakete

Cache Serialization Fixture Pack

Bundle of real MessagePack, SESSION, JWT, JSON, and SQLite fixtures for cache serialization, replay, and embedded-state debugging.

cache_serialization_fixture_pack.zip · 2.8 KB

Verwandte Workflows

Local Database Replay Fixtures

SQLite, SQL, MessagePack, and JSON fixtures for offline replay, support debugging, and embedded-database validation.

Workflow oeffnen