Commit ab3d514
committed
Remove dispatch-failed age self-skip on Waterline dashboard test
Drops the markTestSkipped branch in
V2DashboardStatsControllerTest::testIndexExposesDispatchFailedAge.
The workflow rollout-safety contract pair
(operator_metrics.tasks.{oldest_dispatch_failed_at,max_dispatch_failed_age_ms})
ships in published workflow alpha 2.0.0-alpha.18, which Waterline's
composer install resolves for durable-workflow/workflow: ^2.0@dev.
Each key is now asserted unconditionally with assertArrayHasKey,
matching the matching-role / dispatch-overdue / run-wait / stuck-lease /
ready-due / claim-failed / retrying-activity removal pattern, so a
rename or drop of either fails CI loudly instead of silently
self-skipping.1 parent d2d9cdf commit ab3d514
1 file changed
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
887 | 887 | | |
888 | 888 | | |
889 | 889 | | |
890 | | - | |
891 | | - | |
892 | | - | |
893 | | - | |
894 | | - | |
895 | | - | |
896 | | - | |
897 | | - | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
898 | 893 | | |
899 | 894 | | |
900 | 895 | | |
| |||
0 commit comments