Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v1] ci: enable Jepsen tests on single nodes by default
@ 2021-01-21 12:22 Sergey Bronnikov via Tarantool-patches
  2021-01-21 12:53 ` Alexander V. Tikhonov via Tarantool-patches
  2021-01-21 15:45 ` Kirill Yukhin via Tarantool-patches
  0 siblings, 2 replies; 3+ messages in thread
From: Sergey Bronnikov via Tarantool-patches @ 2021-01-21 12:22 UTC (permalink / raw)
  To: tarantool-patches, avtikhon

From: Sergey Bronnikov <sergeyb@tarantool.org>

Closes #5736
---
Gitlab CI: https://gitlab.com/tarantool/tarantool/-/pipelines/244283375
Issue: https://github.com/tarantool/tarantool/issues/5736
Branch: ligurio/gh-5736-enable-jepsen-tests

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03e16fc1c..8d1ebb709 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -174,7 +174,6 @@ before_script:
   script:
     - ${GITLAB_MAKE} test_jepsen
   stage: long_tests
-  when: manual
   tags:
     - mcs_jepsen_docker
   artifacts:
@@ -282,12 +281,14 @@ jepsen-single-instance-txm:
 
 jepsen-cluster:
   <<: *jepsen_test_definition
+  when: manual
   variables:
     LEIN_OPT: '--nemesis standard'
     INSTANCE_COUNT: '5'
 
 jepsen-cluster-txm:
   <<: *jepsen_test_definition
+  when: manual
   variables:
     LEIN_OPT: '--nemesis standard --mvcc'
     INSTANCE_COUNT: '5'
-- 
2.25.1


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

* Re: [Tarantool-patches] [PATCH v1] ci: enable Jepsen tests on single nodes by default
  2021-01-21 12:22 [Tarantool-patches] [PATCH v1] ci: enable Jepsen tests on single nodes by default Sergey Bronnikov via Tarantool-patches
@ 2021-01-21 12:53 ` Alexander V. Tikhonov via Tarantool-patches
  2021-01-21 15:45 ` Kirill Yukhin via Tarantool-patches
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander V. Tikhonov via Tarantool-patches @ 2021-01-21 12:53 UTC (permalink / raw)
  To: sergeyb; +Cc: tarantool-patches

Hi Sergey, thanks for the patch, it LGTM.

On Thu, Jan 21, 2021 at 03:22:59PM +0300, sergeyb@tarantool.org wrote:
> From: Sergey Bronnikov <sergeyb@tarantool.org>
> 
> Closes #5736
> ---
> Gitlab CI: https://gitlab.com/tarantool/tarantool/-/pipelines/244283375
> Issue: https://github.com/tarantool/tarantool/issues/5736
> Branch: ligurio/gh-5736-enable-jepsen-tests
> 
>  .gitlab-ci.yml | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 03e16fc1c..8d1ebb709 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -174,7 +174,6 @@ before_script:
>    script:
>      - ${GITLAB_MAKE} test_jepsen
>    stage: long_tests
> -  when: manual
>    tags:
>      - mcs_jepsen_docker
>    artifacts:
> @@ -282,12 +281,14 @@ jepsen-single-instance-txm:
>  
>  jepsen-cluster:
>    <<: *jepsen_test_definition
> +  when: manual
>    variables:
>      LEIN_OPT: '--nemesis standard'
>      INSTANCE_COUNT: '5'
>  
>  jepsen-cluster-txm:
>    <<: *jepsen_test_definition
> +  when: manual
>    variables:
>      LEIN_OPT: '--nemesis standard --mvcc'
>      INSTANCE_COUNT: '5'
> -- 
> 2.25.1
> 

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

* Re: [Tarantool-patches] [PATCH v1] ci: enable Jepsen tests on single nodes by default
  2021-01-21 12:22 [Tarantool-patches] [PATCH v1] ci: enable Jepsen tests on single nodes by default Sergey Bronnikov via Tarantool-patches
  2021-01-21 12:53 ` Alexander V. Tikhonov via Tarantool-patches
@ 2021-01-21 15:45 ` Kirill Yukhin via Tarantool-patches
  1 sibling, 0 replies; 3+ messages in thread
From: Kirill Yukhin via Tarantool-patches @ 2021-01-21 15:45 UTC (permalink / raw)
  To: sergeyb; +Cc: tarantool-patches

Hello,

On 21 янв 15:22, Sergey Bronnikov via Tarantool-patches wrote:
> From: Sergey Bronnikov <sergeyb@tarantool.org>
> 
> Closes #5736
> ---
> Gitlab CI: https://gitlab.com/tarantool/tarantool/-/pipelines/244283375
> Issue: https://github.com/tarantool/tarantool/issues/5736
> Branch: ligurio/gh-5736-enable-jepsen-tests

I've checked your patch into 2.6, 2.7 and master.

--
Regards, Kirill Yukhin

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

end of thread, other threads:[~2021-01-21 15:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 12:22 [Tarantool-patches] [PATCH v1] ci: enable Jepsen tests on single nodes by default Sergey Bronnikov via Tarantool-patches
2021-01-21 12:53 ` Alexander V. Tikhonov via Tarantool-patches
2021-01-21 15:45 ` Kirill Yukhin via Tarantool-patches

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