You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Andres de la Peña (Jira)" <ji...@apache.org> on 2021/09/29 17:25:01 UTC

[jira] [Created] (CASSANDRA-17014) Make -Dtest.methods optional in all Ant test targets

Andres de la Peña created CASSANDRA-17014:
---------------------------------------------

             Summary: 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
            Reporter: Andres de la Peña
            Assignee: Andres de la Peña


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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org