Skip to content

Commit 9f3a5ce

Browse files
committed
Serialize standby compression recovery tests
1 parent ab68241 commit 9f3a5ce

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

lib/instances/snapshot_compression_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,6 @@ func TestStartCompressionJobDelayedCancellationRecordsSkipped(t *testing.T) {
455455
}
456456

457457
func TestRecoverPendingStandbyCompressionJobsRequeuesDelayedJob(t *testing.T) {
458-
t.Parallel()
459-
460458
mgr, _ := setupTestManager(t)
461459
now := time.Date(2026, time.April, 6, 12, 0, 0, 0, time.UTC)
462460
mgr.now = func() time.Time { return now }
@@ -521,8 +519,6 @@ func TestRecoverPendingStandbyCompressionJobsRequeuesDelayedJob(t *testing.T) {
521519
}
522520

523521
func TestRecoverPendingStandbyCompressionJobsStartsImmediateCompression(t *testing.T) {
524-
t.Parallel()
525-
526522
mgr, _ := setupTestManager(t)
527523
now := time.Date(2026, time.April, 6, 12, 5, 0, 0, time.UTC)
528524
mgr.now = func() time.Time { return now }
@@ -569,8 +565,6 @@ func TestRecoverPendingStandbyCompressionJobsStartsImmediateCompression(t *testi
569565
}
570566

571567
func TestRecoverPendingStandbyCompressionJobsClearsStalePlans(t *testing.T) {
572-
t.Parallel()
573-
574568
tests := []struct {
575569
name string
576570
prepare func(t *testing.T, mgr *manager, instanceID string, now time.Time)
@@ -628,8 +622,6 @@ func TestRecoverPendingStandbyCompressionJobsClearsStalePlans(t *testing.T) {
628622

629623
for _, tt := range tests {
630624
t.Run(tt.name, func(t *testing.T) {
631-
t.Parallel()
632-
633625
mgr, _ := setupTestManager(t)
634626
now := time.Date(2026, time.April, 6, 12, 10, 0, 0, time.UTC)
635627
mgr.now = func() time.Time { return now }

0 commit comments

Comments
 (0)