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

Michael Shuler commented on CASSANDRA-13413:
--------------------------------------------

{{ant test-cdc}} writes its result xml files to {{build/test/output/cdc}} and 
`ant test-all` writes to multiple for each dep target. Jenkins allows ant-style 
globbing, so we use {{**/TEST-*.xml}} everywhere to just grab everything. I'd 
bet something like a blanket {{find ./build/test/output -type f -name *.xml}} 
and cp to $CIRCLE_TEST_REPORTS/junit/ - sorry, I think that will overwrite 
same-named files, so maybe {{find ./build/test/output -type d}} for finding all 
the directories under there and then doing the recursive copy of each?

Sorry I don't have the bandwidth to test all the possibles, but just 
spitballing something to cover all the possible targets a little better than a 
single conditional.

> Run more test targets on CircleCI
> ---------------------------------
>
>                 Key: CASSANDRA-13413
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13413
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Marcus Eriksson
>            Assignee: Marcus Eriksson
>
> Currently we only run {{ant test}} on circleci, we should use all the (free) 
> containers we have and run more targets in parallel.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to