You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONFORMANCE.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,17 @@ The Python SDK claims two targets from the suite's matrix:
24
24
| Category | Source path | Status |
25
25
| --- | --- | --- |
26
26
|`control_plane_request_response`|`tests/fixtures/control-plane/`| stable, parity-shared with `cli`|
27
+
|`signal_query_runtime_contract`|`tests/test_signals.py`, `tests/test_queries.py`, `tests/test_worker.py`| stable, parity-shared with PHP worker, CLI, and server routes |
| Required suite version |`PlatformConformanceSuite::VERSION` (currently `1`) |
54
+
| Required suite version |`PlatformConformanceSuite::VERSION` (currently `2`, mirrored at `/platform-conformance-contract.json`) |
51
55
| CI job |`platform-conformance` (lands when the harness reference implementation publishes; until then `cli-parity` and `test_history_event_contract.py` cover the same ground) |
52
56
| Block on `nonconforming`| yes |
53
57
| Artifact attached to release | harness result document, schema `durable-workflow.v2.platform-conformance.result`|
@@ -87,7 +91,12 @@ no test in this repo notices.
87
91
`workflow/docs/architecture/sdk-neutrality.md`, manifest class
88
92
`Workflow\V2\Support\SdkNeutralityContract`, public docs page at
0 commit comments