generated from coulomb/repo-seed
Harden WSJF triage report recovery
This commit is contained in:
@@ -54,3 +54,10 @@ def test_daily_triage_verifier_dry_run_names_all_operator_checks() -> None:
|
||||
assert "where id = '00000000-0000-0000-0000-000000000123'" in timeout_check["sql"]
|
||||
assert timeout_check["activity_timeout_seconds"] == 900
|
||||
assert timeout_check["retry_attempts"] == 10
|
||||
|
||||
|
||||
def test_daily_triage_verifier_default_working_memory_dir() -> None:
|
||||
script = _load_script()
|
||||
args = script.parse_args([])
|
||||
|
||||
assert args.working_memory_dir == "/home/worsch/the-custodian/memory/working"
|
||||
|
||||
Reference in New Issue
Block a user