[Tarantool-patches] [PATCH v1] ci: enable Jepsen tests on single nodes by default

Alexander V. Tikhonov avtikhon at tarantool.org
Thu Jan 21 15:53:39 MSK 2021


Hi Sergey, thanks for the patch, it LGTM.

On Thu, Jan 21, 2021 at 03:22:59PM +0300, sergeyb at tarantool.org wrote:
> From: Sergey Bronnikov <sergeyb at 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
> 


More information about the Tarantool-patches mailing list