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

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

The proposed patches make {{test.methods}} consistently optional for all the 
{{*some}} targets:
||PR||CI||
|[3.0|https://github.com/apache/cassandra/pull/1239]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/931/workflows/c2f60bfd-94d0-47f5-bb7c-9ea34f768822]|
|[3.11|https://github.com/apache/cassandra/pull/1240]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/930/workflows/8265d556-740d-4b0f-b7f4-11c2e916e128]|
|[4.0|https://github.com/apache/cassandra/pull/1241]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/933/workflows/1151d155-143b-4161-9444-75b371396639],
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/933/workflows/ea002930-5ec0-46bb-9d16-de7a8e009dc3]|
|[trunk|https://github.com/apache/cassandra/pull/1242]|[j8|https://app.circleci.com/pipelines/github/adelapena/cassandra/932/workflows/d0f3ba32-ee9a-45ce-80c1-186816bf2039],
 
[j11|https://app.circleci.com/pipelines/github/adelapena/cassandra/932/workflows/f5d0f9bb-01a5-4662-aa37-a6d9978168e2]|

The CI results include a repeated run of {{org.apache.cassandra.cql3.ViewTest}} 
without methods, using:
{code:java}
ant testsome -Dtest.name=org.apache.cassandra.cql3.ViewTest
{code}
I hope I haven't missed any relevant Ant target.

> Make -Dtest.methods optional in all Ant test targets
> ----------------------------------------------------
>
>                 Key: CASSANDRA-17014
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17014
>             Project: Cassandra
>          Issue Type: Task
>          Components: Build
>            Reporter: Andres de la Peña
>            Assignee: Andres de la Peña
>            Priority: Low
>
> The Ant build file contains several targets to run specific tests:
>  * testsome
>  * long-testsome
>  * burn-testsome
>  * cql-test-some
>  * stress-test-some
>  * test-jvm-dtest-some
> These targets take two arguments, {{test.name}} and {{test.methods}}. The 
> first argument, {{test.name}}, is always mandatory. However, {{test.methods}} 
> can be either mandatory or optional depending on the target and the project 
> branch. For example, in {{testsome}} the argument is mandatory in 3.0 and 
> 3.11 and optional in 4.0 and trunk. Also, in trunk {{test.methods}} is 
> optional for all the targets except {{cql-test-some}}.
> The purpose of this ticket is making {{test.methods}} consistently optional 
> for all the {{*some}} targets.



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