Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v1] test: skip election_qsync_stress test on FreeBSD12
@ 2020-10-19  9:57 Alexander V. Tikhonov
  0 siblings, 0 replies; only message in thread
From: Alexander V. Tikhonov @ 2020-10-19  9:57 UTC (permalink / raw)
  To: Kirill Yukhin; +Cc: tarantool-patches

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-19  9:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-19  9:57 [Tarantool-patches] [PATCH v1] test: skip election_qsync_stress test on FreeBSD12 Alexander V. Tikhonov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox