<HTML><BODY><div>LGTM<br><br> <blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;">Пятница, 15 мая 2020, 7:46 +03:00 от Alexander V. Tikhonov <avtikhon@tarantool.org>:<br> <div id=""><div class="js-helper js-readmsg-msg"><style type="text/css"></style><div><div id="style_15895179642034438257_BODY">Fragiled flaky tests from parallel runs to avoid<br>of flaky fails in regular testing:<br><br>  app/fiber_channel.test.lua ; gh-4961<br>  box/alter_limits.test.lua ; gh-4926<br>  replication/wal_stress.test.lua ; gh-4977<br><br>Part of #4953<br>---<br><br>Github: <a href="https://github.com/tarantool/tarantool/tree/avtikhon/gh-4953-fragile-flaky-tests" target="_blank">https://github.com/tarantool/tarantool/tree/avtikhon/gh-4953-fragile-flaky-tests</a><br>Issue: <a href="https://github.com/tarantool/tarantool/issues/4953" target="_blank">https://github.com/tarantool/tarantool/issues/4953</a><br><br> test/app/suite.ini | 1 +<br> test/box/suite.ini | 1 +<br> test/replication/suite.ini | 1 +<br> 3 files changed, 3 insertions(+)<br><br>diff --git a/test/app/suite.ini b/test/app/suite.ini<br>index dd802d98c..829765447 100644<br>--- a/test/app/suite.ini<br>+++ b/test/app/suite.ini<br>@@ -7,3 +7,4 @@ use_unix_sockets = True<br> use_unix_sockets_iproto = True<br> is_parallel = True<br> pretest_clean = True<br>+fragile = fiber_channel.test.lua ; gh-4961<br>diff --git a/test/box/suite.ini b/test/box/suite.ini<br>index 01f07236b..cd933e9e8 100644<br>--- a/test/box/suite.ini<br>+++ b/test/box/suite.ini<br>@@ -14,3 +14,4 @@ fragile = bitset.test.lua ; gh-4095<br>           func_reload.test.lua ; gh-4425<br>           function1.test.lua ; gh-4199<br>           net.box.test.lua ; gh-3851 gh-4383<br>+ alter_limits.test.lua ; gh-4926<br>diff --git a/test/replication/suite.ini b/test/replication/suite.ini<br>index 897514aa6..1475e2395 100644<br>--- a/test/replication/suite.ini<br>+++ b/test/replication/suite.ini<br>@@ -18,3 +18,4 @@ fragile = errinj.test.lua ; gh-3870<br>           sync.test.lua ; gh-3835 gh-3877<br>           transaction.test.lua ; gh-4312<br>           wal_off.test.lua ; gh-4355<br>+ wal_stress.test.lua ; gh-4977<br>--<br>2.17.1<br> </div></div></div></div></blockquote> <div> </div><div data-signature-widget="container"><div data-signature-widget="content"><div>--<br>Oleg Piskunov</div></div></div><div> </div></div></BODY></HTML>