Commit ee8fcbd
committed
Remove stuck-lease and ready-due self-skips on Waterline dashboard tests
Published workflow 2.0.0-alpha.14+ ships stuck-lease age keys
(operator_metrics.tasks.oldest_lease_expired_at / max_lease_expired_age_ms)
and alpha.15 ships ready-due age keys
(operator_metrics.tasks.oldest_ready_due_at / max_ready_due_age_ms).
The compatibility cushions in testIndexExposesStuckLeaseAge and
testIndexExposesReadyDueAge are no longer needed and would silently
mask a rename or drop of any of the four keys. Replaces the
markTestSkipped branches with assertArrayHasKey so the shape
assertions run unconditionally on every Waterline CI build.1 parent 815e070 commit ee8fcbd
1 file changed
Lines changed: 4 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
745 | | - | |
746 | | - | |
747 | | - | |
748 | | - | |
749 | | - | |
750 | | - | |
751 | | - | |
752 | | - | |
| 745 | + | |
| 746 | + | |
753 | 747 | | |
754 | 748 | | |
755 | 749 | | |
| |||
772 | 766 | | |
773 | 767 | | |
774 | 768 | | |
775 | | - | |
776 | | - | |
777 | | - | |
778 | | - | |
779 | | - | |
780 | | - | |
781 | | - | |
782 | | - | |
| 769 | + | |
| 770 | + | |
783 | 771 | | |
784 | 772 | | |
785 | 773 | | |
| |||
0 commit comments