Add save-slice-backed runtime fixtures
This commit is contained in:
parent
09b6514dbf
commit
8ca65cbbfb
12 changed files with 974 additions and 47 deletions
51
fixtures/runtime/packed-event-parity-save-slice-fixture.json
Normal file
51
fixtures/runtime/packed-event-parity-save-slice-fixture.json
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"format_version": 1,
|
||||
"fixture_id": "packed-event-parity-save-slice-fixture",
|
||||
"source": {
|
||||
"kind": "captured-runtime",
|
||||
"description": "Fixture backed by a tracked save-slice document with parity-heavy packed-event records."
|
||||
},
|
||||
"state_save_slice_path": "packed-event-parity-save-slice.json",
|
||||
"commands": [
|
||||
{
|
||||
"kind": "step_count",
|
||||
"steps": 1
|
||||
}
|
||||
],
|
||||
"expected_summary": {
|
||||
"calendar": {
|
||||
"year": 1830,
|
||||
"month_slot": 0,
|
||||
"phase_slot": 0,
|
||||
"tick_slot": 1
|
||||
},
|
||||
"calendar_projection_is_placeholder": true,
|
||||
"packed_event_collection_present": true,
|
||||
"packed_event_record_count": 2,
|
||||
"packed_event_decoded_record_count": 1,
|
||||
"packed_event_imported_runtime_record_count": 0,
|
||||
"packed_event_parity_only_record_count": 1,
|
||||
"packed_event_unsupported_record_count": 1,
|
||||
"event_runtime_record_count": 0,
|
||||
"total_company_cash": 0
|
||||
},
|
||||
"expected_state_fragment": {
|
||||
"calendar": {
|
||||
"tick_slot": 1
|
||||
},
|
||||
"metadata": {
|
||||
"save_slice.import_projection": "partial-runtime-restore-v1"
|
||||
},
|
||||
"packed_event_collection": {
|
||||
"live_entry_ids": [3, 5],
|
||||
"records": [
|
||||
{
|
||||
"decode_status": "unsupported_framing"
|
||||
},
|
||||
{
|
||||
"decode_status": "parity_only"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue