From: "Alexander V. Tikhonov" <avtikhon@tarantool.org> To: Oleg Piskunov <o.piskunov@tarantool.org>, Sergey Bronnikov <sergeyb@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH v1] test: mark tests as fragile, 2nd group Date: Fri, 15 May 2020 07:46:02 +0300 [thread overview] Message-ID: <9eff4c06aac471fb41e388f0ed0eefea59aa0ba8.1589517865.git.avtikhon@tarantool.org> (raw) Fragiled flaky tests from parallel runs to avoid of flaky fails in regular testing: app/fiber_channel.test.lua ; gh-4961 box/alter_limits.test.lua ; gh-4926 replication/wal_stress.test.lua ; gh-4977 Part of #4953 --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4953-fragile-flaky-tests Issue: https://github.com/tarantool/tarantool/issues/4953 test/app/suite.ini | 1 + test/box/suite.ini | 1 + test/replication/suite.ini | 1 + 3 files changed, 3 insertions(+) diff --git a/test/app/suite.ini b/test/app/suite.ini index dd802d98c..829765447 100644 --- a/test/app/suite.ini +++ b/test/app/suite.ini @@ -7,3 +7,4 @@ use_unix_sockets = True use_unix_sockets_iproto = True is_parallel = True pretest_clean = True +fragile = fiber_channel.test.lua ; gh-4961 diff --git a/test/box/suite.ini b/test/box/suite.ini index 01f07236b..cd933e9e8 100644 --- a/test/box/suite.ini +++ b/test/box/suite.ini @@ -14,3 +14,4 @@ fragile = bitset.test.lua ; gh-4095 func_reload.test.lua ; gh-4425 function1.test.lua ; gh-4199 net.box.test.lua ; gh-3851 gh-4383 + alter_limits.test.lua ; gh-4926 diff --git a/test/replication/suite.ini b/test/replication/suite.ini index 897514aa6..1475e2395 100644 --- a/test/replication/suite.ini +++ b/test/replication/suite.ini @@ -18,3 +18,4 @@ fragile = errinj.test.lua ; gh-3870 sync.test.lua ; gh-3835 gh-3877 transaction.test.lua ; gh-4312 wal_off.test.lua ; gh-4355 + wal_stress.test.lua ; gh-4977 -- 2.17.1
next reply other threads:[~2020-05-15 4:46 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-05-15 4:46 Alexander V. Tikhonov [this message] 2020-05-15 16:15 ` Sergey Bronnikov 2020-05-15 16:49 ` Oleg Piskunov 2020-05-20 6:46 ` Kirill Yukhin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=9eff4c06aac471fb41e388f0ed0eefea59aa0ba8.1589517865.git.avtikhon@tarantool.org \ --to=avtikhon@tarantool.org \ --cc=o.piskunov@tarantool.org \ --cc=sergeyb@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v1] test: mark tests as fragile, 2nd group' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox