fix(hurl test): add new job

This commit is contained in:
Edouard Vanbelle
2026-08-01 20:08:17 +02:00
parent c31b8b814d
commit 88921c975a
+5 -2
View File
@@ -95,13 +95,16 @@ jsonpath "$..interval_ms" count == 3
# files_consistency, blobs_consistency, backend_consistency —
# wrapped by RecoverableAdapter so they appear here alongside the
# periodics) + 1 coordinator (consistency_batch — a plain
# JobHandler that dispatches every registered `*_consistency`).
# JobHandler that dispatches every registered `*_consistency`) +
# 1 on-demand admin op (storage_migration — recoverable, no
# periodic tick, triggered by the admin panel's backend cutover).
# Bump when a new tenant registers.
jsonpath "$..running" count == 10
jsonpath "$..running" count == 11
jsonpath "$[*].name" contains "drives_consistency"
jsonpath "$[*].name" contains "folders_consistency"
jsonpath "$[*].name" contains "files_consistency"
jsonpath "$[*].name" contains "consistency_batch"
jsonpath "$[*].name" contains "storage_migration"
# ─────────────────────────────────────────────────────────────