rrt/fixtures/runtime/packed-event-collection-from-snapshot.json

50 lines
1.3 KiB
JSON
Raw Permalink Normal View History

{
"format_version": 1,
"fixture_id": "packed-event-collection-from-snapshot",
"source": {
"kind": "captured-runtime",
"description": "Fixture backed by a runtime snapshot that carries the packed event collection summary."
},
"state_snapshot_path": "packed-event-collection-snapshot.json",
"commands": [
{
"kind": "step_count",
"steps": 1
}
],
"expected_summary": {
"calendar": {
"year": 1830,
"month_slot": 0,
"phase_slot": 0,
"tick_slot": 1
},
"world_flag_count": 0,
"company_count": 0,
"packed_event_collection_present": true,
"packed_event_record_count": 3,
"packed_event_decoded_record_count": 0,
"packed_event_imported_runtime_record_count": 0,
"event_runtime_record_count": 0,
"total_event_record_service_count": 0,
"periodic_boundary_call_count": 0,
"total_trigger_dispatch_count": 0,
"dirty_rerun_count": 0,
"total_company_cash": 0
},
"expected_state_fragment": {
"calendar": {
"tick_slot": 1
},
"packed_event_collection": {
"mechanism_family": "classic-save-rehydrate-v1",
"live_record_count": 3,
"live_entry_ids": [1, 3, 5],
"records": [
{
"decode_status": "unsupported_framing"
}
]
}
}
}