Skip to content

Commit e17fcb5

Browse files
Classify Python SDK history event wire contracts against the documented v2 event table
Classify SDK history event wire contracts
1 parent 45e3278 commit e17fcb5

2 files changed

Lines changed: 643 additions & 0 deletions

File tree

tests/integration/polyglot_fixtures.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@
9090
],
9191
"ConditionWaitSatisfied": [
9292
"condition_wait_id",
93+
"condition_key",
94+
"condition_definition_fingerprint",
95+
"sequence",
96+
"timer_id",
97+
"timeout_seconds",
9398
],
9499
"SideEffectRecorded": [
95100
"sequence",
@@ -135,6 +140,7 @@
135140
"SearchAttributesUpserted": [
136141
"sequence",
137142
"attributes",
143+
"merged",
138144
],
139145
}
140146

@@ -237,6 +243,11 @@
237243
"event_type": "ConditionWaitSatisfied",
238244
"payload": {
239245
"condition_wait_id": "wait-1",
246+
"condition_key": "approval",
247+
"condition_definition_fingerprint": None,
248+
"sequence": 4,
249+
"timer_id": None,
250+
"timeout_seconds": 30,
240251
},
241252
},
242253
{
@@ -287,6 +298,7 @@
287298
"payload": {
288299
"sequence": 9,
289300
"attributes": {"status": "done"},
301+
"merged": True,
290302
},
291303
},
292304
]

0 commit comments

Comments
 (0)