[Tarantool-patches] [PATCH v1] test: skip election_qsync_stress test on FreeBSD12

Alexander V. Tikhonov avtikhon at tarantool.org
Mon Oct 19 12:57:11 MSK 2020


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



More information about the Tarantool-patches mailing list