You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by dc...@apache.org on 2020/12/14 18:35:41 UTC

[cassandra-builds] branch trunk updated: python upgrade tests include tests which are not impacted by the version under test

This is an automated email from the ASF dual-hosted git repository.

dcapwell pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a2af7aa  python upgrade tests include tests which are not impacted by the version under test
a2af7aa is described below

commit a2af7aa3cf7edbd65dee159dbcd711bd8e490ca2
Author: David Capwell <dc...@apache.org>
AuthorDate: Mon Dec 14 10:34:00 2020 -0800

    python upgrade tests include tests which are not impacted by the version under test
    
    patch by David Capwell, Michael Semb Wever; reviewed by Marcus Eriksson, Michael Semb Wever for CASSANDRA-16328
---
 build-scripts/cassandra-dtest-pytest.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/build-scripts/cassandra-dtest-pytest.sh b/build-scripts/cassandra-dtest-pytest.sh
index c26db50..069a868 100755
--- a/build-scripts/cassandra-dtest-pytest.sh
+++ b/build-scripts/cassandra-dtest-pytest.sh
@@ -76,8 +76,7 @@ elif [ "${DTEST_TARGET}" = "dtest-offheap" ]; then
 elif [ "${DTEST_TARGET}" = "dtest-large" ]; then
     DTEST_ARGS="--use-vnodes --num-tokens=${NUM_TOKENS} --only-resource-intensive-tests --keep-failed-test-dir"
 elif [ "${DTEST_TARGET}" = "dtest-upgrade" ]; then
-    DTEST_ARGS="--execute-upgrade-tests-only "
-    export RUN_STATIC_UPGRADE_MATRIX=true
+    DTEST_ARGS="--execute-upgrade-tests-only --upgrade-target-version-only --upgrade-version-selection all"
 else
     echo "Unknown dtest target: ${DTEST_TARGET}"
     exit 1


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org