We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116956d commit 91ed986Copy full SHA for 91ed986
test/router-luatest/router_2_2_test.lua
@@ -29,6 +29,7 @@ local cfg_template = {
29
}
30
local global_cfg = vtest.config_new(cfg_template)
31
32
+-- Trigger flaky.
33
local function callrw_get_uuid(bid, timeout)
34
timeout = timeout ~= nil and timeout or iwait_timeout
35
return ivshard.router.callrw(bid, 'get_uuid', {}, {timeout = timeout})
0 commit comments