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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,13 @@ The Python SDK claims two targets from the suite's matrix:
19
19
-`worker_protocol_implementation` — worker plane and frozen history
20
20
event replay.
21
21
22
-
## Fixture sources served by this repo
22
+
## Fixture and runtime scenario sources
23
23
24
24
| Category | Source path | Status |
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`| 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 |
|`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 |
30
31
@@ -35,6 +36,8 @@ The fixtures in this repo are exercised today by:
35
36
-`tests/test_signals.py`
36
37
-`tests/test_queries.py`
37
38
-`tests/test_worker.py`
39
+
-`tests/test_replay.py`
40
+
-`tests/test_golden_history_replay.py`
38
41
-`scripts/check-cli-parity.py`
39
42
- the `cli-parity` job in `.github/workflows/ci.yml`
40
43
@@ -51,7 +54,7 @@ result document before tag, with the conformance level at `full` or
| Required suite version |`PlatformConformanceSuite::VERSION` (currently `5`, mirrored at `/platform-conformance-contract.json`) |
57
+
| Required suite version |`PlatformConformanceSuite::VERSION` (currently `6`, mirrored at `/platform-conformance-contract.json`) |
55
58
| 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) |
56
59
| Block on `nonconforming`| yes |
57
60
| Artifact attached to release | harness result document, schema `durable-workflow.v2.platform-conformance.result`|
0 commit comments