Skip to content

Commit 123d504

Browse files
committed
test_any_vshard_call_timeout
1 parent 5824f26 commit 123d504

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/unit/call_test.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,11 @@ pgroup.test_any_vshard_call = function(g)
242242
end
243243

244244
pgroup.test_any_vshard_call_timeout = function(g)
245+
helpers.call_on_storages(g.cluster, function(server)
246+
server.net_box:eval([[
247+
require('crud.common.rebalance').safe_mode_disable()
248+
]])
249+
end)
245250
local timeout = 0.2
246251

247252
local results, err = g.router:eval([[

0 commit comments

Comments
 (0)