You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2022/11/11 09:08:28 UTC

[cassandra-website] branch trunk updated: Fixes to Testing page

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 37f7503b Fixes to Testing page
37f7503b is described below

commit 37f7503be0567093902ba6a515d956c2410ee50b
Author: Ekaterina Dimitrova <ek...@datastax.com>
AuthorDate: Tue Nov 1 19:17:52 2022 -0400

    Fixes to Testing page
    
     patch by Ekaterina Dimitrova; reviewed by Mick Semb Wever for CASSANDRA-18005
---
 .../source/modules/ROOT/pages/development/testing.adoc        | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/site-content/source/modules/ROOT/pages/development/testing.adoc b/site-content/source/modules/ROOT/pages/development/testing.adoc
index 3eb55378..858b6ea6 100644
--- a/site-content/source/modules/ROOT/pages/development/testing.adoc
+++ b/site-content/source/modules/ROOT/pages/development/testing.adoc
@@ -95,12 +95,12 @@ command:
 
 [source,none]
 ----
-ant testsome -Dtest.name=<TestClassName> -Dtest.method=<testMethodName>
+ant testsome -Dtest.name=<TestClassName> -Dtest.methods=<testMethodName>
 ----
 
 * `test.name` property is for either a simple or fully qualified class
 name
-* `test.method` property is optional; if not specified, all test cases
+* `test.methods` property is optional; if not specified, all test cases
 from the specified class are executed. Though, you can also specify
 multiple methods separating them by comma
 
@@ -116,9 +116,10 @@ Note that those commands apply to the tests in the `test/unit`
 directory. There are, however, some other test categories that have
 tests in individual directories:
 
-* `test/burn` - to run them, first build the uber jar with
-`ant burn-test-jar`, and then to run the tests call `ant test-burn` or
-`ant burn-testsome`
+* `test/burn` - to run them, call  `ant test-burn` or
+`ant burn-testsome`;
+`ant burn-test-jar` builds a self-contained jar for e.g. remote execution; not currently
+used for running burn tests in our scripts. `ant burn-test-jar` exists only on 4.0+ branches
 * `test/long` - to run them, call `ant long-test` or `ant long-testsome`
 * `test/memory` - to run them, call `ant test-memory`
 * `test/microbench` discussed in <<microbenchmarks>>


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