Skip to content

Commit

Permalink
Cluster teardown was missing
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
  • Loading branch information
rohit-nayak-ps committed Dec 2, 2024
1 parent ffca61e commit 933b2bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/test/endtoend/vreplication/lookupindex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func TestLookupIndex(t *testing.T) {
defaultReplicas = 1
defaultRdonly = 0
vc = setupMinimalCluster(t)
defer vc.TearDown()
vttablet.InitVReplicationConfigDefaults()

tabs := setupLookupIndexKeyspace(t)
Expand Down

0 comments on commit 933b2bf

Please sign in to comment.