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
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,16 +24,12 @@ 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 |
28
-
|`namespace_runtime_contract`| public scenario manifest at <https://durable-workflow.github.io/platform-conformance/namespace-runtime-scenarios.json>| stable, suite v6 runtime coverage for namespace isolation and SDK namespace selection |
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 v7 runtime coverage for namespace isolation and SDK namespace selection |
29
+
|`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 |
|`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 |
31
32
32
-
Suite version 6 does not publish a separate child-workflow runtime
33
-
scenario category. Child-workflow behavior remains covered by the
34
-
worker task lifecycle and history replay gates until a public suite
35
-
manifest declares a dedicated runtime scenario source.
36
-
37
33
The fixtures in this repo are exercised today by:
38
34
39
35
-`tests/test_control_plane_parity_fixtures.py`
@@ -59,7 +55,7 @@ result document before tag, with the conformance level at `full` or
| Required suite version |`PlatformConformanceSuite::VERSION` (currently `6`, mirrored at `/platform-conformance-contract.json`) |
58
+
| Required suite version |`PlatformConformanceSuite::VERSION` (currently `7`, mirrored at `/platform-conformance-contract.json`) |
63
59
| 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) |
64
60
| Block on `nonconforming`| yes |
65
61
| Artifact attached to release | harness result document, schema `durable-workflow.v2.platform-conformance.result`|
0 commit comments