feat: expand module workflows, dynamic config, notifications and console API
This commit is contained in:
@@ -40,6 +40,11 @@ def test_effect_ledger_blocks_applied_and_ambiguous_replays(tmp_path: Path) -> N
|
||||
run_id="run-003",
|
||||
)
|
||||
ledger.mark_ambiguous(ambiguous, reason="nonzero-exit")
|
||||
assert ledger.status(
|
||||
workflow_id="product.daily",
|
||||
business_date="2026-07-28",
|
||||
step_id="legacy_execute",
|
||||
) == "ambiguous"
|
||||
with pytest.raises(EffectStateAmbiguous):
|
||||
ledger.begin(
|
||||
workflow_id="product.daily",
|
||||
|
||||
Reference in New Issue
Block a user