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
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,11 @@ The Python SDK claims two targets from the suite's matrix:
25
25
| --- | --- | --- |
26
26
|`control_plane_request_response`|`tests/fixtures/control-plane/`| stable, parity-shared with `cli`|
27
27
|`signal_query_runtime_contract`|`tests/test_signals.py`, `tests/test_queries.py`, `tests/test_worker.py` and the public scenario manifest at <https://durable-workflow.github.io/platform-conformance/signal-query-runtime-scenarios.json>| stable, parity-shared with PHP worker, CLI, and server routes |
28
-
|`namespace_runtime_contract`| public scenario manifest at <https://durable-workflow.github.io/platform-conformance/namespace-runtime-scenarios.json>| stable, suite v8 runtime coverage for namespace isolation and SDK namespace selection |
28
+
|`search_attribute_runtime_contract`| public scenario manifest at <https://durable-workflow.github.io/platform-conformance/search-attribute-runtime-scenarios.json>| stable, parity-shared with PHP worker, CLI, Waterline, and server query behavior |
29
+
|`namespace_runtime_contract`| public scenario manifest at <https://durable-workflow.github.io/platform-conformance/namespace-runtime-scenarios.json>| stable, suite v12 runtime coverage for namespace isolation and SDK namespace selection |
29
30
|`child_workflow_runtime_contract`| public scenario manifest at <https://durable-workflow.github.io/platform-conformance/child-workflow-runtime-scenarios.json>| stable, parity-shared with PHP worker and server child-workflow runtime behavior |
31
+
|`saga_runtime_contract`| public scenario manifest at <https://durable-workflow.github.io/platform-conformance/saga-runtime-scenarios.json>| stable, parity-shared with PHP workflow compensation, cross-language activities, replay, CLI, and Waterline visibility |
32
+
|`worker_versioning_runtime_contract`| public scenario manifest at <https://durable-workflow.github.io/platform-conformance/worker-versioning-runtime-scenarios.json>| stable, parity-shared with PHP workers, CLI, Waterline, and server worker routing behavior |
|`history_replay_bundles`|`tests/fixtures/golden_history/` and the public replay scenario manifest at <https://durable-workflow.github.io/platform-conformance/replay-runtime-scenarios.json>| stable, parity-shared with `workflow` golden bundles and the full runtime replay scenario matrix |
32
35
@@ -105,7 +108,7 @@ result document before tag, with the conformance level at `full` or
| Required suite version |`PlatformConformanceSuite::VERSION` (currently `8`, mirrored at `/platform-conformance-contract.json`) |
111
+
| Required suite version |`PlatformConformanceSuite::VERSION` (currently `12`, mirrored at `/platform-conformance-contract.json`) |
109
112
| CI job |`platform-conformance` (lands when the harness reference implementation publishes; until then `cli-parity`, `test_history_event_contract.py`, and `durable-workflow-python-conformance --evaluate` cover the same ground) |
110
113
| Block on `nonconforming`| yes |
111
114
| Artifact attached to release | harness result document, schema `durable-workflow.v2.platform-conformance.result`|
@@ -151,15 +154,21 @@ no test in this repo notices.
0 commit comments