Execute recovered world scalar event descriptors
This commit is contained in:
parent
09039d24e4
commit
13c7268b0d
23 changed files with 675 additions and 98 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"fixture_id": "packed-event-locomotive-availability-overlay-fixture",
|
||||
"source": {
|
||||
"kind": "captured-runtime",
|
||||
"description": "Fixture backed by an overlay import document so boolean locomotive availability descriptors execute against captured catalog context."
|
||||
"description": "Fixture backed by an overlay import document so scalar locomotive availability descriptors execute against captured catalog context."
|
||||
},
|
||||
"state_import_path": "packed-event-locomotive-availability-overlay.json",
|
||||
"commands": [
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
"packed_event_parity_only_record_count": 1,
|
||||
"event_runtime_record_count": 1,
|
||||
"named_locomotive_availability_count": 2,
|
||||
"zero_named_locomotive_availability_count": 1,
|
||||
"zero_named_locomotive_availability_count": 0,
|
||||
"total_event_record_service_count": 1,
|
||||
"total_trigger_dispatch_count": 1
|
||||
},
|
||||
|
|
@ -38,8 +38,8 @@
|
|||
"save_slice.import_projection": "overlay-runtime-restore-v1"
|
||||
},
|
||||
"named_locomotive_availability": {
|
||||
"Locomotive 10": 1,
|
||||
"Locomotive 112": 0
|
||||
"Locomotive 10": 42,
|
||||
"Locomotive 112": 7
|
||||
},
|
||||
"packed_event_collection": {
|
||||
"live_entry_ids": [33],
|
||||
|
|
@ -67,14 +67,14 @@
|
|||
"service_count": 1,
|
||||
"effects": [
|
||||
{
|
||||
"kind": "set_named_locomotive_availability",
|
||||
"kind": "set_named_locomotive_availability_value",
|
||||
"name": "Locomotive 10",
|
||||
"value": true
|
||||
"value": 42
|
||||
},
|
||||
{
|
||||
"kind": "set_named_locomotive_availability",
|
||||
"kind": "set_named_locomotive_availability_value",
|
||||
"name": "Locomotive 112",
|
||||
"value": false
|
||||
"value": 7
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue