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

Andres de la Peña commented on CASSANDRA-17070:
-----------------------------------------------

It seems that the multiplexer runs have failed due to the wildcard. I think it 
would work if we use {{ant test}} instead of {{ant testsome}}, with the 
unqualified class name:
{code}
.circleci/generate.sh -m \
  -e REPEATED_UTEST_TARGET=test \
  -e REPEATED_UTEST_COUNT=500 \
  -e REPEATED_UTEST_CLASS=ViewComplex*Test
{code}
The wildcard is a great idea, it would have saved me time with the above runs :)

I think we can try some more runs without the duplicated cleanup logic and see 
how it goes, wdyt?

> ViewComplexTest hardening
> -------------------------
>
>                 Key: CASSANDRA-17070
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17070
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/unit
>            Reporter: Berenguer Blasi
>            Assignee: Berenguer Blasi
>            Priority: Normal
>             Fix For: 4.0.x, 4.x
>
>
> I have seen a number of times already the {{ViewComplexTest}} family timeout 
> on test method teardown. This leaves a dirty env behind triggering the 
> following test methods to fail on it. This ticket aims at hardening them.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to