[
https://issues.apache.org/jira/browse/CASSANDRA-13413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15957245#comment-15957245
]
Michael Shuler commented on CASSANDRA-13413:
--------------------------------------------
I was working on multiple runners and fixing a broken test in CASSANDRA-13414.
It looks like we OOM the container with more than one runner, so since y'all
are here, can you include this one-liner to fix
o.a.c.utils.BitSetTest.compareBitSets?
{code}
diff --git a/circle.yml b/circle.yml
index f0df31265a..66e752f367 100644
--- a/circle.yml
+++ b/circle.yml
@@ -8,6 +8,7 @@ test:
- sudo ifconfig lo:2 127.0.0.3 up
- sudo ifconfig lo:3 127.0.0.4 up
- sudo ifconfig lo:4 127.0.0.5 up
+ - sudo apt-get update; sudo apt-get install wamerican
- ant build
override:
{code}
Since you're removing the pre: section, I'm not sure how to include that in the
parallel bits, yet. Thanks!
> 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)