Ground named cargo price event descriptors
This commit is contained in:
parent
6b8f849731
commit
09ccc77a45
13 changed files with 1281 additions and 598 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"fixture_id": "packed-event-cargo-economics-parity-save-slice-fixture",
|
||||
"source": {
|
||||
"kind": "captured-runtime",
|
||||
"description": "Fixture pinning the remaining named cargo-price descriptor strip on explicit evidence-blocked parity."
|
||||
"description": "Fixture pinning the remaining negative named cargo-price variant on explicit variant-blocked parity."
|
||||
},
|
||||
"state_save_slice_path": "packed-event-cargo-economics-parity-save-slice.json",
|
||||
"commands": [
|
||||
|
|
@ -18,20 +18,21 @@
|
|||
"packed_event_record_count": 1,
|
||||
"packed_event_decoded_record_count": 1,
|
||||
"packed_event_imported_runtime_record_count": 0,
|
||||
"packed_event_blocked_evidence_blocked_descriptor_count": 1,
|
||||
"packed_event_blocked_evidence_blocked_descriptor_count": 0,
|
||||
"packed_event_blocked_unmapped_real_descriptor_count": 0,
|
||||
"packed_event_blocked_unmapped_world_descriptor_count": 0,
|
||||
"event_runtime_record_count": 0
|
||||
"event_runtime_record_count": 0,
|
||||
"packed_event_blocked_variant_or_scope_blocked_descriptor_count": 1
|
||||
},
|
||||
"expected_state_fragment": {
|
||||
"packed_event_collection": {
|
||||
"records": [
|
||||
{
|
||||
"import_outcome": "blocked_evidence_blocked_descriptor",
|
||||
"import_outcome": "blocked_variant_or_scope_blocked_descriptor",
|
||||
"grouped_effect_rows": [
|
||||
{
|
||||
"descriptor_id": 106,
|
||||
"descriptor_label": "Named Cargo Price Slot 1",
|
||||
"descriptor_label": "Alcohol Price",
|
||||
"parameter_family": "cargo_price_scalar",
|
||||
"semantic_family": "scalar_assignment"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue