Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v1] test: block box/tx_man.test.lua test on OSX
@ 2020-10-22  6:34 Alexander V. Tikhonov
  2020-11-02 16:54 ` Kirill Yukhin
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander V. Tikhonov @ 2020-10-22  6:34 UTC (permalink / raw)
  To: Kirill Yukhin; +Cc: tarantool-patches

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Tarantool-patches] [PATCH v1] test: block box/tx_man.test.lua test on OSX
  2020-10-22  6:34 [Tarantool-patches] [PATCH v1] test: block box/tx_man.test.lua test on OSX Alexander V. Tikhonov
@ 2020-11-02 16:54 ` Kirill Yukhin
  0 siblings, 0 replies; 2+ messages in thread
From: Kirill Yukhin @ 2020-11-02 16:54 UTC (permalink / raw)
  To: Alexander V. Tikhonov; +Cc: tarantool-patches

Hello,

On 22 окт 09:34, Alexander V. Tikhonov wrote:
> The issue is under investigation in issues #5423. Need to block the
> test on OSX to avoid of its stable fail.

Why do you referring to closed issue?

--
Regards, Kirill Yukhin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-02 16:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-22  6:34 [Tarantool-patches] [PATCH v1] test: block box/tx_man.test.lua test on OSX Alexander V. Tikhonov
2020-11-02 16:54 ` Kirill Yukhin

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