diff --git a/test/replication/replica_rejoin.result b/test/replication/replica_rejoin.result index 510d30a57437a31125ab4ae7a7afbb2f4501e64a..4bc3df2ca93f8fbd2d03902779f0998538e697b5 100644 --- a/test/replication/replica_rejoin.result +++ b/test/replication/replica_rejoin.result @@ -224,14 +224,6 @@ test_run:cmd("switch replica") --- - true ... --- Need to wait for box.info.replication[1] defined, otherwise test-run fails to --- wait for the upstream status sometimes. -test_run:wait_cond(function() \ - return box.info ~= nil and box.info.replication[1] ~= nil \ -end) ---- -- true -... test_run:wait_upstream(1, {message_re = 'Missing %.xlog file', status = 'loading'}) --- - true diff --git a/test/replication/replica_rejoin.test.lua b/test/replication/replica_rejoin.test.lua index 403e4fd215bf5bda210705d17767abfb613472dd..494cbbcb75a643260d5d4527921052a35d337cf0 100644 --- a/test/replication/replica_rejoin.test.lua +++ b/test/replication/replica_rejoin.test.lua @@ -82,11 +82,6 @@ test_run:wait_cond(function() return #fio.glob(fio.pathjoin(box.cfg.wal_dir, '*. box.cfg{checkpoint_count = checkpoint_count} test_run:cmd("start server replica with args='true', wait=False") test_run:cmd("switch replica") --- Need to wait for box.info.replication[1] defined, otherwise test-run fails to --- wait for the upstream status sometimes. -test_run:wait_cond(function() \ - return box.info ~= nil and box.info.replication[1] ~= nil \ -end) test_run:wait_upstream(1, {message_re = 'Missing %.xlog file', status = 'loading'}) box.space.test:select()