File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ local test_rules = {
3636 ' 113/ivtest' ,
3737 ' 113/ivutil' ,
3838 ' 113/iwait_timeout' ,
39+ ' 113/iyaml' ,
3940 }
4041}
4142
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ _G.ivtest = require('test.luatest_helpers.vtest')
1313_G .ivconst = require (' vshard.consts' )
1414_G .iverror = require (' vshard.error' )
1515_G .iwait_timeout = _G .ivtest .wait_timeout
16+ _G .iyaml = require (' yaml' )
1617
1718-- Do not load entire vshard into the global namespace to catch errors when code
1819-- relies on that.
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ _G.ivconst = require('vshard.consts')
1313_G .ivutil = require (' vshard.util' )
1414_G .iverror = require (' vshard.error' )
1515_G .ivtest = require (' test.luatest_helpers.vtest' )
16+ _G .iyaml = require (' yaml' )
1617
1718_G .iwait_timeout = _G .ivtest .wait_timeout
1819
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ local cluster = require('test.luatest_helpers.cluster')
44local fio = require (' fio' )
55local fiber = require (' fiber' )
66local uuid = require (' uuid' )
7- local yaml = require (' yaml' )
87local vcfg = require (' vshard.cfg' )
98local vrepset = require (' vshard.replicaset' )
109local log = require (' log' )
@@ -552,7 +551,7 @@ local function storage_wait_follow_f(id)
552551 do return end
553552 :: retry::
554553 if ifiber .clock () > deadline or status == ' stopped' then
555- ilt .fail (yaml .encode ({
554+ ilt .fail (iyaml .encode ({
556555 err = last_err ,
557556 dst_id = id ,
558557 replication_info = box .info .replication ,
You can’t perform that action at this time.
0 commit comments