Skip to content

Commit

Permalink
v15 compat test fixes #2
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Oct 16, 2023
1 parent 07dc935 commit 96dc768
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions go/vt/vtctl/reparentutil/planned_reparenter_flaky_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3825,18 +3825,6 @@ func TestPlannedReparenterStats(t *testing.T) {
SetReadWriteResults: map[string]error{
"zone1-0000000100": nil,
},
// This is only needed to verify reachability, so empty results are fine.
PrimaryStatusResults: map[string]struct {
Status *replicationdatapb.PrimaryStatus
Error error
}{
"zone1-0000000101": {
Status: &replicationdatapb.PrimaryStatus{},
},
"zone1-0000000100": {
Status: &replicationdatapb.PrimaryStatus{},
},
},
}
shards := []*vtctldatapb.Shard{
{
Expand Down

0 comments on commit 96dc768

Please sign in to comment.