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

Michael Semb Wever edited comment on CASSANDRA-15639 at 3/15/20, 10:33 PM:
---------------------------------------------------------------------------

Tested on separate jenkins install. Looks good.

The job name was left unchanged for now.
We can correct the name from -test-jvm-dtest-forking to -test-jvm-dtest at a 
later time (when changes across both repositories are required).


was (Author: michaelsembwever):
Tested on separate jenkins install. Looks good.

> Jenkins build for jvm test should use testclasslist to support parameterized 
> tests
> ----------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-15639
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15639
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Build
>            Reporter: David Capwell
>            Assignee: David Capwell
>            Priority: Normal
>              Labels: pull-request-available
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> We switched Circle CI to use testclasslist in CASSANDRA-15508 this was to 
> solve the following exception
> {code}
> ava.lang.Exception: No tests found matching Method 
> testFailingMessage(org.apache.cassandra.distributed.test.FailingRepairTest) 
> from org.junit.internal.requests.ClassRequest@551aa95a
>       at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
> {code}
> The core issue is that the test locating logic in 
> org.apache.cassandra.distributed.test.TestLocator does not handle 
> parameterized tests so fails to find any tests for those classes.
> I think it is better to switch to testclasslist as it helps make way for 
> running tests concurrently.



--
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