You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ekaterina Dimitrova (Jira)" <ji...@apache.org> on 2022/11/01 23:11:00 UTC

[jira] [Created] (CASSANDRA-18005) Correct Cassandra Website Testing page

Ekaterina Dimitrova created CASSANDRA-18005:
-----------------------------------------------

             Summary: Correct Cassandra Website Testing page
                 Key: CASSANDRA-18005
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18005
             Project: Cassandra
          Issue Type: Task
            Reporter: Ekaterina Dimitrova


1) {{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}}

This is incorrect. We do not need the uber jar in order to run the tests. Also that target exists only on newer versions where we see in build.xml 
{code:java}
 <!-- Build a self-contained jar for e.g. remote execution; not currently used for running burn tests with this build script -->{code}
2) 
 
{code:java}
ant testsome -Dtest.name=<TestClassName> -Dtest.method=<testMethodName>{code}
should be changed to
{code:java}
ant testsome -Dtest.name=<TestClassName> -Dtest.methods=<testMethodName>{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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