Commit 06a31d2
committed
Remove run-summary missing-age self-skip on Waterline dashboard test
Drops the markTestSkipped branch in
V2DashboardStatsControllerTest::testIndexExposesRunSummaryMissingAge.
The workflow rollout-safety contract pair
(operator_metrics.projections.run_summaries.{oldest_missing_run_started_at,max_missing_run_age_ms})
ships in published workflow alpha 2.0.0-alpha.19, 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 removal
pattern, so a rename or drop of either fails CI loudly instead of
silently self-skipping.1 parent 6f01b37 commit 06a31d2
1 file changed
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
912 | 912 | | |
913 | 913 | | |
914 | 914 | | |
915 | | - | |
916 | | - | |
917 | | - | |
918 | | - | |
919 | | - | |
920 | | - | |
921 | | - | |
922 | | - | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
923 | 918 | | |
924 | 919 | | |
925 | 920 | | |
| |||
0 commit comments