From: "Alexander V. Tikhonov" <avtikhon@tarantool.org> To: Oleg Piskunov <o.piskunov@tarantool.org>, Sergey Bronnikov <sergeyb@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH v2 3/3] Skip failing test from out-of-source build Date: Wed, 22 Apr 2020 20:44:45 +0300 [thread overview] Message-ID: <103723afef82d73d9e8e3c250f646f2c97c3edfb.1587577457.git.avtikhon@tarantool.org> (raw) In-Reply-To: <cover.1587577066.git.avtikhon@tarantool.org> In-Reply-To: <cover.1587577457.git.avtikhon@tarantool.org> Skipped failing test app-tap/http_client.test.lua from out-of-source build. Left #4258 issue opened till it will be fixed. Part of #4258 --- .travis.mk | 2 +- test/app-tap/http_client.skipcond | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.mk b/.travis.mk index 5cde9d22e..978be14ab 100644 --- a/.travis.mk +++ b/.travis.mk @@ -88,7 +88,7 @@ build_outofsrc: make -j test_outofsrc_no_deps: build_outofsrc - cd ${OUT_OF_SRC_BLD_PATH} && make test-force + cd ${OUT_OF_SRC_BLD_PATH} && OUTOFSRC_BUILD=ON make test-force test_outofsrc: deps_debian test_outofsrc_no_deps diff --git a/test/app-tap/http_client.skipcond b/test/app-tap/http_client.skipcond index 48e17903e..2cc2572c5 100644 --- a/test/app-tap/http_client.skipcond +++ b/test/app-tap/http_client.skipcond @@ -1,5 +1,10 @@ +import os import platform +# Disabled at out-of-source build due to issue #4258. +if os.getenv("OUTOFSRC_BUILD") == 'ON': + self.skip = 1 + # Disabled on FreeBSD due to flaky fail #4271. if platform.system() == 'FreeBSD': self.skip = 1 -- 2.17.1
next prev parent reply other threads:[~2020-04-22 17:44 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-04-22 17:44 [Tarantool-patches] [PATCH v2 0/3] gitlab-ci: add " Alexander V. Tikhonov [not found] ` <cover.1587577457.git.avtikhon@tarantool.org> 2020-04-22 17:44 ` [Tarantool-patches] [PATCH v2 1/3] Fix curl repository for " Alexander V. Tikhonov 2020-04-22 17:44 ` [Tarantool-patches] [PATCH v2 2/3] gitlab-ci: add " Alexander V. Tikhonov 2020-04-25 7:17 ` Alexander Turenko 2020-05-13 7:40 ` Alexander V. Tikhonov 2020-06-08 13:32 ` Alexander Turenko 2020-04-22 17:44 ` Alexander V. Tikhonov [this message] 2020-04-25 7:24 ` [Tarantool-patches] [PATCH v2 3/3] Skip failing test from " Alexander Turenko
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=103723afef82d73d9e8e3c250f646f2c97c3edfb.1587577457.git.avtikhon@tarantool.org \ --to=avtikhon@tarantool.org \ --cc=o.piskunov@tarantool.org \ --cc=sergeyb@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v2 3/3] Skip failing test from out-of-source build' \ /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