Commit dfe3bb4
committed
Remove activity timeout-overdue rollup self-skip on Waterline dashboard test
Drops the markTestSkipped branch in
V2DashboardStatsControllerTest::testIndexExposesActivityTimeoutOverdueRollup.
The workflow rollout-safety contract triple
(operator_metrics.activities.{timeout_overdue,oldest_timeout_overdue_at,max_timeout_overdue_age_ms})
ships in published workflow alpha 2.0.0-alpha.21, 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 / dispatch-failed /
run-summary missing-age / backend-severity removal pattern, so a rename
or drop fails CI loudly instead of silently self-skipping.1 parent 5392264 commit dfe3bb4
1 file changed
Lines changed: 3 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1006 | 1006 | | |
1007 | 1007 | | |
1008 | 1008 | | |
1009 | | - | |
1010 | | - | |
1011 | | - | |
1012 | | - | |
1013 | | - | |
1014 | | - | |
1015 | | - | |
1016 | | - | |
1017 | | - | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
1018 | 1012 | | |
1019 | 1013 | | |
1020 | 1014 | | |
| |||
0 commit comments