You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ad...@apache.org on 2021/10/01 14:28:33 UTC

[cassandra] branch trunk updated (0ccca8d -> bcdb575)

This is an automated email from the ASF dual-hosted git repository.

adelapena pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 0ccca8d  Merge branch 'cassandra-4.0' into trunk
     new 0c46531  Make -Dtest.methods consistently optional in all Ant test targets
     new 2614f7e  Merge branch 'cassandra-3.0' into cassandra-3.11
     new 36266ce  Merge branch 'cassandra-3.11' into cassandra-4.0
     new bcdb575  Merge branch 'cassandra-4.0' into trunk

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt |  1 +
 build.xml   | 27 ++++++++++++++++++++-------
 2 files changed, 21 insertions(+), 7 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra] 01/01: Merge branch 'cassandra-4.0' into trunk

Posted by ad...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

adelapena pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit bcdb575fd32bccf196c8b398c7bb9f95f2591b73
Merge: 0ccca8d 36266ce
Author: Andrés de la Peña <a....@gmail.com>
AuthorDate: Fri Oct 1 15:20:32 2021 +0100

    Merge branch 'cassandra-4.0' into trunk

 CHANGES.txt |  1 +
 build.xml   | 27 ++++++++++++++++++++-------
 2 files changed, 21 insertions(+), 7 deletions(-)

diff --cc build.xml
index ca404a4,405ab89..e16e936
--- a/build.xml
+++ b/build.xml
@@@ -1512,7 -1508,7 +1516,8 @@@
      </antcall>
    </target>
  
-   <!-- Use this with an FQDN for test class, and a csv list of methods like this:
+   <!-- Use this with an FQDN for test class, and an optional csv list of methods like this:
++    ant testsome -Dtest.name=org.apache.cassandra.service.StorageServiceServerTest
      ant testsome -Dtest.name=org.apache.cassandra.service.StorageServiceServerTest -Dtest.methods=testRegularMode,testGetAllRangesEmpty
    -->
    <target name="testsome" depends="build-test" description="Execute specific unit tests" >
@@@ -1664,6 -1662,10 +1671,10 @@@
      </sequential>
    </target>
  
+   <!-- Use this with an simple class name for test class, and an optional csv list of methods like this:
 -      ant cql-test-some -Dtest.name=ListsTest
 -      ant cql-test-some -Dtest.name=ListsTest -Dtest.methods=testPrecisionTime_getNext_simple
 -    -->
++    ant cql-test-some -Dtest.name=ListsTest
++    ant cql-test-some -Dtest.name=ListsTest -Dtest.methods=testPrecisionTime_getNext_simple
++  -->
    <target name="cql-test-some" depends="build-test" description="Execute specific CQL tests" >
      <sequential>
        <echo message="running ${test.methods} tests from ${test.name}"/>
@@@ -1866,7 -1869,7 +1878,8 @@@
      </testmacro>
    </target>
  
-   <!-- Use this with an FQDN for test class, and a csv list of methods like this:
+   <!-- Use this with an FQDN for test class, and an optional csv list of methods like this:
++      ant test-jvm-dtest-some -Dtest.name=org.apache.cassandra.distributed.test.ResourceLeakTest
        ant test-jvm-dtest-some -Dtest.name=org.apache.cassandra.distributed.test.ResourceLeakTest -Dtest.methods=looperTest
      -->
    <target name="test-jvm-dtest-some" depends="build-test" description="Execute some in-jvm dtests">

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org