Tarantool development patches archive
 help / color / mirror / Atom feed
From: "Alexander V. Tikhonov" <avtikhon@tarantool.org>
To: Kirill Yukhin <kyukhin@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH v1] test: skip election_qsync_stress test on FreeBSD12
Date: Mon, 19 Oct 2020 12:57:11 +0300	[thread overview]
Message-ID: <f35205e1842eb18a3abda86d34987470a1eeacac.1603101381.git.avtikhon@tarantool.org> (raw)

Test replication/election_qsync_stress.test.lua flaky fails and even
often on FreeBSD 12. It has stable reproducer shown in the issue. To
stabilize the gitlab testing blocked this test from running on
FreeBSD 12 with skip condition file till it will be fixed.

Part of #5395
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-5395-block-stress-test
Issue: https://github.com/tarantool/tarantool/issues/5395

 test/replication/election_qsync_stress.skipcond | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 test/replication/election_qsync_stress.skipcond

diff --git a/test/replication/election_qsync_stress.skipcond b/test/replication/election_qsync_stress.skipcond
new file mode 100644
index 000000000..447e49018
--- /dev/null
+++ b/test/replication/election_qsync_stress.skipcond
@@ -0,0 +1,7 @@
+import platform
+
+# Disabled on FreeBSD due to flaky fail #5395.
+if platform.system() == 'FreeBSD':
+    self.skip = 1
+
+# vim: set ft=python:
-- 
2.25.1

                 reply	other threads:[~2020-10-19  9:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=f35205e1842eb18a3abda86d34987470a1eeacac.1603101381.git.avtikhon@tarantool.org \
    --to=avtikhon@tarantool.org \
    --cc=kyukhin@tarantool.org \
    --cc=tarantool-patches@dev.tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH v1] test: skip election_qsync_stress test on FreeBSD12' \
    /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