Commit ce09f85
committed
chore(treewide): stabilize CI
TestServiceStorageIntegration was inherently flaky, as it didn't ensure
listed cluster order on validation. Sorting cluster fixes that.
TestRestoreGetTargetUnitsViewsIntegration started failing because
the default tombstone gc mode of some system tables has changed
from timeout to repair. It's annoying to keep track of it across
different scylla versions, and we don't really care for the specific
value, so this check was replaced with non-empty tombstone gc mode check.
TestServiceRepairIntegration/repair_ignore_hosts behaved flaky due
to a small timeout which is increased.1 parent 0faba73 commit ce09f85
3 files changed
Lines changed: 12 additions & 1 deletion
File tree
- pkg/service
- cluster
- repair
- restore
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
318 | 321 | | |
319 | 322 | | |
320 | 323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1088 | 1088 | | |
1089 | 1089 | | |
1090 | 1090 | | |
1091 | | - | |
| 1091 | + | |
1092 | 1092 | | |
1093 | 1093 | | |
1094 | 1094 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
| 486 | + | |
486 | 487 | | |
487 | 488 | | |
488 | 489 | | |
489 | 490 | | |
490 | 491 | | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
491 | 499 | | |
492 | 500 | | |
493 | 501 | | |
| |||
0 commit comments