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: block box/tx_man.test.lua test on OSX
Date: Thu, 22 Oct 2020 09:34:36 +0300	[thread overview]
Message-ID: <dbd60586e24dd3049e83c098c355ffc9aa720730.1603348437.git.avtikhon@tarantool.org> (raw)

The issue is under investigation in issues #5423. Need to block the
test on OSX to avoid of its stable fail.

Needed for #5423
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/block_tx_man_test
Issue: https://github.com/tarantool/tarantool/issues/5423

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

diff --git a/test/box/tx_man.skipcond b/test/box/tx_man.skipcond
new file mode 100644
index 000000000..47532c56c
--- /dev/null
+++ b/test/box/tx_man.skipcond
@@ -0,0 +1,7 @@
+import platform
+
+# Disabled on OSX due to fail #5423.
+if platform.system() == 'Darwin':
+    self.skip = 1
+
+# vim: set ft=python:
-- 
2.25.1

             reply	other threads:[~2020-10-22  6:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-22  6:34 Alexander V. Tikhonov [this message]
2020-11-02 16:54 ` 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=dbd60586e24dd3049e83c098c355ffc9aa720730.1603348437.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: block box/tx_man.test.lua test on OSX' \
    /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