rrt/fixtures/runtime/packed-event-ordinary-company-track-overlay-fixture.json

54 lines
1.5 KiB
JSON
Raw Normal View History

{
"format_version": 1,
"fixture_id": "packed-event-ordinary-company-track-overlay-fixture",
"source": {
"kind": "captured-runtime",
"description": "Fixture proving real ordinary company-track thresholds gate Company Track Pieces Buildable through the normal runtime path."
},
"state_input_path": "packed-event-ordinary-company-track-overlay.json",
"commands": [
{
"kind": "service_trigger_kind",
"trigger_kind": 7
}
],
"expected_summary": {
"calendar_projection_source": "base-snapshot-preserved",
"calendar_projection_is_placeholder": false,
"company_count": 3,
"active_company_count": 3,
"territory_count": 1,
"company_territory_track_count": 3,
"packed_event_collection_present": true,
"packed_event_record_count": 1,
"packed_event_decoded_record_count": 1,
"packed_event_imported_runtime_record_count": 1,
"packed_event_parity_only_record_count": 1,
"event_runtime_record_count": 1,
"total_event_record_service_count": 1,
"total_trigger_dispatch_count": 1,
"total_company_cash": 440
},
"expected_state_fragment": {
"companies": [
{
"company_id": 1,
"available_track_laying_capacity": 12
},
{
"company_id": 2,
"available_track_laying_capacity": null
},
{
"company_id": 3,
"available_track_laying_capacity": null
}
],
"event_runtime_records": [
{
"record_id": 42,
"service_count": 1
}
]
}
}