[
https://issues.apache.org/jira/browse/CASSANDRA-17563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528869#comment-17528869
]
Josh McKenzie commented on CASSANDRA-17563:
-------------------------------------------
When I diff MIDRES pre and post {{20175bf77e2c6f72c25240ee445b583805a37630}} I
get the following (along with vnode in-jvm changes I'd expect):
{code:java}
- set -eo pipefail && circleci tests glob
"$HOME/cassandra/test/distributed/**/*.java"
"$HOME/cassandra/test/simulator/test/**/*.java" > /tmp/all_java_unit_tests.txt
+ set -eo pipefail && circleci tests glob
"$HOME/cassandra/test/distributed/**/*.java" > /tmp/all_java_unit_tests.txt
{code}
Is this change (dropping simulator tests from all test enumeration, assuming
I'm understanding this correctly) intentional?
> Fix CircleCI Midres config
> --------------------------
>
> Key: CASSANDRA-17563
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17563
> Project: Cassandra
> Issue Type: Bug
> Components: CI
> Reporter: Ekaterina Dimitrova
> Priority: Normal
> Fix For: 4.1
>
>
> During CircleCI addition of a new job to the config, the midres file got
> messy. Two of the immediate issues (but we need to verify all jobs will use
> the right executors and resources):
> * the new job needs to use higher parallelism as the original in-jvm job
> * j8_dtests_with_vnodes should get from midres 50 large but currently
> midres makes it run with 25 and medium which fails around 100 tests
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]