[
https://issues.apache.org/jira/browse/CASSANDRA-16323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17247508#comment-17247508
]
Brandon Williams commented on CASSANDRA-16323:
----------------------------------------------
LGTM, +1
> 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
> Priority: Normal
> Fix For: 4.0-beta
>
>
> 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
> {code}
> 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
> {code}
> Where as circle ci uses
> {code}
> 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
> {code}
> 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: [email protected]
For additional commands, e-mail: [email protected]