Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 5735b62

Browse files
committed
Update test-run to remove the drop_cluster hack
1 parent dea44b9 commit 5735b62

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

test/common/lua/multirunner.lua

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ end
3030

3131
local function shard_cleanup(test_run, servers)
3232
test_run:drop_cluster(servers)
33-
-- crutch!!
34-
-- test_run.lua do not delete servers
35-
-- todo: should be removed after #83 is fixed in test-run
36-
local drop_cluster_cmd3 = 'delete server %s'
37-
for _, name in ipairs(servers) do
38-
test_run:cmd(drop_cluster_cmd3:format(name))
39-
end
4033
end
4134

4235
local function for_each_server(shard, func)

0 commit comments

Comments
 (0)