Skip to content

Commit

Permalink
Fix Data race in tests introduced in #15934 (#15993)
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <manan@planetscale.com>
  • Loading branch information
GuptaManan100 committed May 22, 2024
1 parent cf06f60 commit d20cb57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/vt/vtctl/reparentutil/emergency_reparenter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3002,8 +3002,6 @@ func TestEmergencyReparenter_findMostAdvanced(t *testing.T) {
}

func TestEmergencyReparenter_reparentReplicas(t *testing.T) {
t.Parallel()

tests := []struct {
name string
emergencyReparentOps EmergencyReparentOptions
Expand Down

0 comments on commit d20cb57

Please sign in to comment.