Skip to content

Commit

Permalink
fix test for v21
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Feb 19, 2025
1 parent 441b294 commit 9da51d8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions go/vt/vtorc/logic/keyspace_shard_discovery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,7 @@ func TestRefreshAllShards(t *testing.T) {

ctx := context.Background()
ts = memorytopo.NewServer(ctx, "zone1")
require.NoError(t, ts.CreateKeyspace(ctx, "ks1", &topodatapb.Keyspace{
KeyspaceType: topodatapb.KeyspaceType_NORMAL,
DurabilityPolicy: policy.DurabilityNone,
}))
require.NoError(t, ts.CreateKeyspace(ctx, "ks1", keyspaceDurabilityNone))

shards := []string{"-80", "80-"}
for _, shard := range shards {
Expand Down

0 comments on commit 9da51d8

Please sign in to comment.