You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "David Capwell (Jira)" <ji...@apache.org> on 2020/12/09 22:16:00 UTC

[jira] [Created] (CASSANDRA-16323) Circle CI python upgrade test build includes non-upgrade tests

David Capwell created CASSANDRA-16323:
-----------------------------------------

             Summary: Circle CI python upgrade test build includes non-upgrade tests
                 Key: CASSANDRA-16323
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16323
             Project: Cassandra
          Issue Type: Bug
          Components: CI
            Reporter: David Capwell
            Assignee: David Capwell


https://app.circleci.com/pipelines/github/dcapwell/cassandra/841/workflows/bcadf6e6-8d04-4010-8a47-99f7f9b5ac1d/jobs/4949/parallel-runs/23?filterBy=ALL

Jenkins uses the following for finding tests

export RUN_STATIC_UPGRADE_MATRIX=true
./run_dtests.py \
    --execute-upgrade-tests-only \
    --dtest-print-tests-only \
    --dtest-print-tests-output=${WORKSPACE}/test_list.txt \
    --cassandra-dir=$CASSANDRA_DIR

Where as circle ci uses

export RUN_STATIC_UPGRADE_MATRIX=true
./run_dtests.py \
    --execute-upgrade-tests \
    --dtest-print-tests-only \
    --dtest-print-tests-output=/tmp/all_dtest_tests_j8_upgradetests_without_vnodes_raw \
    --cassandra-dir=../cassandra

The difference here is that —execute-upgrade-tests-only will block non-upgrade tests, where —execute-upgrade-tests will include upgrade tests; for this reason non-upgrade tests are scheduled as part of the build.

Tests such as the following were found in the allow list: 
transient_replication_test.py::TestTransientReplicationSpeculativeQueries::test_custom_speculate
ttl_test.py::TestTTL::test_collection_set_ttl
auth_test.py::TestAuth::test_alter_ks_auth

many more were found



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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