Bridge packed event collection through save import
This commit is contained in:
parent
6ebe5fffeb
commit
83f55fa26e
13 changed files with 653 additions and 35 deletions
47
fixtures/runtime/packed-event-collection-from-snapshot.json
Normal file
47
fixtures/runtime/packed-event-collection-from-snapshot.json
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"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,
|
||||
"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
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue