From: "Oleg Piskunov" <o.piskunov@tarantool.org> To: tarantool-patches@dev.tarantool.org Cc: "Alexander Turenko" <alexander.turenko@tarantool.org> Subject: [Tarantool-patches] [PATCH v1] gitlab-ci: integration testing vshard Date: Sun, 17 May 2020 10:35:58 +0300 [thread overview] Message-ID: <1589700958.836016889@f506.i.mail.ru> (raw) [-- Attachment #1: Type: text/plain, Size: 1713 bytes --] - Adding new stage "integr_test" for integration testing connectors and modules with Tarantool. - Addign module VSHARD for testing in Tarantool development cycle. Closes #4972 --- Github: https://github.com/tarantool/tarantool/tree/opiskunov/gh-4972-integration-test-vshard Issue: https://github.com/tarantool/tarantool/issues/4972 .gitlab-ci.yml | 11 +++++++++++ .travis.mk | 10 ++++++++++ 2 files changed, 21 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 256b368..8576f91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ stages: - test + - integr_test - perf - cleanup @@ -183,6 +184,16 @@ freebsd_12_release: script: - ${GITLAB_MAKE} vms_test_freebsd +# ################### +# Integration testing +# ################### + +release_module_vshard_test: + <<: *docker_test_definition + stage: integr_test + script: + - ${GITLAB_MAKE} test_module_vshard + # #### # Perf # #### diff --git a/.travis.mk b/.travis.mk index 063537f..25e0469 100644 --- a/.travis.mk +++ b/.travis.mk @@ -87,6 +87,16 @@ test_debian: deps_debian test_debian_no_deps test_debian_clang8: deps_debian deps_buster_clang_8 test_debian_no_deps +# Integration testing + +test_module_vshard: + cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_WERROR=ON -DENABLE_DIST=ON ${CMAKE_EXTRA_PARAMS} + make -j + make install + git clone https://github.com/tarantool/vshard.git tarantool/vshard + cd tarantool/vshard && git submodule update --init --recursive \ + && cmake . && make test + # Debug with coverage build_coverage_debian: -- 1.8.3.1 [-- Attachment #2: Type: text/html, Size: 2534 bytes --]
next reply other threads:[~2020-05-17 7:35 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-05-17 7:35 Oleg Piskunov [this message] 2020-05-17 12:31 ` Alexander V. Tikhonov 2020-05-18 12:46 ` Oleg Piskunov 2020-05-18 9:00 ` Sergey Bronnikov 2020-05-18 13:05 ` Oleg Piskunov
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=1589700958.836016889@f506.i.mail.ru \ --to=o.piskunov@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v1] gitlab-ci: integration testing vshard' \ /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