From: Sergei Voronezhskii <sergw@tarantool.org> To: tarantool-patches@freelists.org Cc: Alexander Turenko <alexander.turenko@tarantool.org>, Vladimir Davydov <vdavydov.dev@gmail.com> Subject: [PATCH v2] test: skip ddl test for vinyl on travis Date: Tue, 18 Sep 2018 16:47:25 +0300 [thread overview] Message-ID: <20180918134725.19384-1-sergw@tarantool.org> (raw) In-Reply-To: <20180917181119.tbsjrn7ngwd7bmk6@tkn_work_nb> Until the bug in #3420 is fixed --- branch: sergw/travis-skip-test-ddl rpm/tarantool.spec | 2 ++ test/vinyl/ddl.skipcond | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 test/vinyl/ddl.skipcond diff --git a/rpm/tarantool.spec b/rpm/tarantool.spec index c87b1667d..bd2469d90 100644 --- a/rpm/tarantool.spec +++ b/rpm/tarantool.spec @@ -149,6 +149,8 @@ rm -rf %{buildroot}%{_datarootdir}/doc/tarantool/ echo "self.skip = True" > ./test/app/socket.skipcond # https://github.com/tarantool/tarantool/issues/1322 echo "self.skip = True" > ./test/app/digest.skipcond +# https://github.com/tarantool/tarantool/issues/3420 +echo "self.skip = True" > ./test/vinyl/ddl.skipcond # run a safe subset of the test suite cd test && ./test-run.py -j 1 unit/ app/ app-tap/ box/ box-tap/ engine/ vinyl/ %endif diff --git a/test/vinyl/ddl.skipcond b/test/vinyl/ddl.skipcond new file mode 100644 index 000000000..d7938a443 --- /dev/null +++ b/test/vinyl/ddl.skipcond @@ -0,0 +1,6 @@ +# vim: set ft=python : +import os + +# Travis CI fails because of bud #3420 +if os.environ.get('TRAVIS_JOB_ID', False): + self.skip = 1 -- 2.18.0
next prev parent reply other threads:[~2018-09-18 13:47 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-09-17 12:38 [PATCH] " Sergei Voronezhskii 2018-09-17 17:42 ` Sergei Voronezhskii 2018-09-17 18:11 ` [tarantool-patches] " Alexander Turenko 2018-09-18 13:47 ` Sergei Voronezhskii [this message] 2018-09-19 16:14 ` [PATCH v2] " Alexander Turenko 2018-09-20 8:20 ` Re[2]: " Sergei Voronezhskii 2018-09-21 14:04 ` [tarantool-patches] [PATCH] " 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=20180918134725.19384-1-sergw@tarantool.org \ --to=sergw@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=tarantool-patches@freelists.org \ --cc=vdavydov.dev@gmail.com \ --subject='Re: [PATCH v2] test: skip ddl test for vinyl on travis' \ /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