[ 
https://issues.apache.org/jira/browse/CASSANDRA-13775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16132194#comment-16132194
 ] 

Marcus Eriksson commented on CASSANDRA-13775:
---------------------------------------------

I think this might still be broken:
{code}
find ./build/test/output/ -iname "*.xml" -exec cp {} 
$CIRCLE_TEST_REPORTS/junit/ \;
find: `./build/test/output/': No such file or directory

find ./build/test/output/ -iname "*.xml" -exec cp {} 
$CIRCLE_TEST_REPORTS/junit/ \; returned exit code 1
{code}

Most will have their circleci configured to 4 containers, so it would make 
sense to keep using 4. Patch to just move the {{ant eclipse-warnings}} to 
container 3 here: 
https://github.com/krummas/cassandra/commits/marcuse/13775-update

and tests running here (note, different branch name, but it was just renamed 
for clarity): https://circleci.com/gh/krummas/cassandra/78

> CircleCI tests fail because *stress-test* isn't a valid target
> --------------------------------------------------------------
>
>                 Key: CASSANDRA-13775
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13775
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Build
>            Reporter: Eduard Tudenhoefner
>            Assignee: Eduard Tudenhoefner
>              Labels: CI
>             Fix For: 2.2.11, 3.0.15, 2.1.19
>
>
> *stress-test* was added to CircleCI in CASSANDRA-13413 (2.1+) but the target 
> itself got introduced in CASSANDRA-11638 (3.10).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to