Hermes 284313f908
Some checks are pending
Bidi Control Character Guard / bidi-control-guard (push) Waiting to run
Circular Dependency Check / Check for new circular dependencies (push) Waiting to run
Citus Migration Smoke / Combined migrations on single-node Citus (push) Waiting to run
E2E Fresh Install Tests / fresh-install-e2e (push) Waiting to run
ext-v2 guardrails / Run ext-v2 guard and ESLint (push) Waiting to run
Integration Tests / Check for relevant changes (push) Waiting to run
Integration Tests / ${{ (github.event_name == 'schedule' || github.event.inputs.suite == 'full') && 'Full integration suite' || 'Tier-1 integration subset' }} (push) Blocked by required conditions
Mobile checks / Mobile lint + typecheck (push) Waiting to run
Mobile checks / Mobile unit tests (push) Waiting to run
Mobile checks / Mobile dependency audit (report) (push) Waiting to run
Mobile checks / Mobile reproducibility checks (push) Waiting to run
Secrets guard (env backups) / Ensure no tracked env backup files (push) Waiting to run
Temporal Readiness / fast-readiness (push) Waiting to run
Temporal Readiness / docker-parity (push) Waiting to run
TypeScript Type Check / Nx affected typecheck (push) Waiting to run
Unit Tests / Skipped-test budget (push) Waiting to run
Unit Tests / Nx affected unit tests (push) Waiting to run
Unit Tests / Server unit coverage (informational) (push) Waiting to run
Validate Tenant Management Schema / Check for relevant changes (push) Waiting to run
Validate Tenant Management Schema / Validate Tenant Management Schema (push) Blocked by required conditions
EE Workflows Build Guard / ee-workflows-build-guard (push) Waiting to run
Initial import of AlgaPSA codebase from PSA server
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz

Source: /opt/alga-psa on psa.joliet.tech
2026-06-22 16:12:17 -05:00

137 lines
3.8 KiB
JSON

[
{
"id": "T001",
"description": "Parity test: Temporal-native expression evaluation accepts the same allowed functions and source normalization as the canonical workflow-expression contract, including `nowIso()`.",
"implemented": true,
"featureIds": [
"F003",
"F004",
"F005",
"F006",
"F033"
]
},
{
"id": "T002",
"description": "Parity test: Temporal-native expression evaluation rejects the same disallowed functions and enforces the same serialization/output guardrails as the canonical workflow-expression contract.",
"implemented": true,
"featureIds": [
"F007",
"F008",
"F033"
]
},
{
"id": "T003",
"description": "Determinism test: a Temporal workflow using canonical workflow expressions replays successfully without expression-contract drift.",
"implemented": true,
"featureIds": [
"F009",
"F033"
]
},
{
"id": "T004",
"description": "API/unit test: requesting resume on a Temporal run returns an explicit unsupported-action error and does not mutate waits, run status, or invoke `WorkflowRuntimeV2.executeRun(...)`.",
"implemented": true,
"featureIds": [
"F010",
"F011",
"F014",
"F017",
"F034"
]
},
{
"id": "T005",
"description": "API/unit test: requesting retry on a Temporal run returns an explicit unsupported-action error and does not mutate run state or invoke `WorkflowRuntimeV2.executeRun(...)`.",
"implemented": true,
"featureIds": [
"F012",
"F013",
"F014",
"F017",
"F034"
]
},
{
"id": "T006",
"description": "API/unit test: canceling a Temporal run only projects canceled state after the Temporal cancel path succeeds, and a cancel failure does not silently leave the DB projection canceled.",
"implemented": true,
"featureIds": [
"F015",
"F016",
"F035"
]
},
{
"id": "T007",
"description": "Event-ingress test: a stream-ingested workflow event with explicit correlation routes candidate waits by tenant + event name + resolved correlation instead of `event_id`.",
"implemented": true,
"featureIds": [
"F018",
"F021",
"F022",
"F023",
"F027",
"F036"
]
},
{
"id": "T008",
"description": "Event-ingress test: a stream-ingested workflow event without explicit correlation uses configured derivation to route candidate Temporal waits correctly.",
"implemented": true,
"featureIds": [
"F019",
"F021",
"F022",
"F023",
"F024",
"F036"
]
},
{
"id": "T009",
"description": "Event-ingress guard test: when correlation cannot be resolved where required, the event is audited clearly and does not false-match candidate waits.",
"implemented": true,
"featureIds": [
"F020",
"F021",
"F036"
]
},
{
"id": "T010",
"description": "API/ingress alignment test: API-submitted workflow events follow the same resolved-correlation contract as stream-ingested events and resume Temporal waits only through signals.",
"implemented": true,
"featureIds": [
"F024",
"F025",
"F026",
"F028",
"F036"
]
},
{
"id": "T011",
"description": "Cutover regression test: no supported Temporal run-control or event-ingress path invokes `WorkflowRuntimeV2.executeRun(...)` for a Temporal-backed Workflow Runtime V2 run.",
"implemented": true,
"featureIds": [
"F014",
"F029",
"F030",
"F034"
]
},
{
"id": "T012",
"description": "Projection test: run, wait, and event projections remain accurate enough to explain unsupported operator actions and resolved event-correlation routing after the authority cleanup.",
"implemented": true,
"featureIds": [
"F031",
"F032",
"F037"
]
}
]