From e8bbdc190ee2989ce83f41841b7b996366d07150 Mon Sep 17 00:00:00 2001 From: muzarski Date: Mon, 8 Jul 2024 20:54:26 +0200 Subject: [PATCH] ci: run all integration tests --- .github/workflows/build.yml | 4 ++-- .github/workflows/cassandra.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e179311..aa39cb0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: working-directory: ./scylla-rust-wrapper run: cargo test - - name: Run integration tests on Scylla 5.0.0 + - name: Run integration tests on Scylla 6.0.1 env: # Ignored tests are added in the end, after the "-" sign. Tests: "ClusterTests.*\ @@ -54,7 +54,7 @@ jobs: :*5.Integration_Cassandra_*\ :*19.Integration_Cassandra_*\ :ExecutionProfileTest.InvalidName" - run: valgrind --error-exitcode=123 --leak-check=full --errors-for-leak-kinds=definite ./cassandra-integration-tests --scylla --version=release:5.0.0 --category=CASSANDRA --verbose=ccm --gtest_filter="$Tests" + run: valgrind --error-exitcode=123 --leak-check=full --errors-for-leak-kinds=definite ./cassandra-integration-tests --scylla --version=release:6.0.1 --category=CASSANDRA --verbose=ccm - name: Upload test logs uses: actions/upload-artifact@v3 diff --git a/.github/workflows/cassandra.yml b/.github/workflows/cassandra.yml index 1071289d..963ad70b 100644 --- a/.github/workflows/cassandra.yml +++ b/.github/workflows/cassandra.yml @@ -58,7 +58,7 @@ jobs: :*7.Integration_Cassandra_*\ :SslTests.Integration_Cassandra_ReconnectAfterClusterCrashAndRestart\ :ExecutionProfileTest.InvalidName" - run: valgrind --error-exitcode=123 --leak-check=full --errors-for-leak-kinds=definite ./cassandra-integration-tests --version=4.0.7 --category=CASSANDRA --verbose=ccm --gtest_filter="$Tests" + run: valgrind --error-exitcode=123 --leak-check=full --errors-for-leak-kinds=definite ./cassandra-integration-tests --version=4.1.4 --category=CASSANDRA --verbose=ccm - name: Upload test logs uses: actions/upload-artifact@v3