rrt/fixtures/runtime/packed-event-runtime-variable-overlay-fixture.json

87 lines
2 KiB
JSON
Raw Normal View History

{
"format_version": 1,
"fixture_id": "packed-event-runtime-variable-overlay-fixture",
"source": {
"kind": "captured-runtime",
"description": "Fixture proving descriptors 39..54 import and execute through bounded world/company/player/territory runtime-variable surfaces."
},
"state_import_path": "packed-event-runtime-variable-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,
"player_count": 2,
"territory_count": 2,
"packed_event_collection_present": true,
"packed_event_record_count": 4,
"packed_event_decoded_record_count": 4,
"packed_event_imported_runtime_record_count": 4,
"event_runtime_record_count": 4,
"world_runtime_variable_count": 1,
"company_runtime_variable_owner_count": 1,
"player_runtime_variable_owner_count": 1,
"territory_runtime_variable_owner_count": 1,
"total_event_record_service_count": 4,
"total_trigger_dispatch_count": 1
},
"expected_state_fragment": {
"world_runtime_variables": {
"1": 111
},
"company_runtime_variables": {
"1": {
"2": 222
}
},
"player_runtime_variables": {
"1": {
"3": 333
}
},
"territory_runtime_variables": {
"7": {
"4": 444
}
},
"packed_event_collection": {
"records": [
{
"import_outcome": "imported"
},
{
"import_outcome": "imported"
},
{
"import_outcome": "imported"
},
{
"import_outcome": "imported"
}
]
},
"event_runtime_records": [
{
"record_id": 71,
"service_count": 1
},
{
"record_id": 72,
"service_count": 1
},
{
"record_id": 73,
"service_count": 1
},
{
"record_id": 74,
"service_count": 1
}
]
}
}