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:12:00 UTC

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-18005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ekaterina Dimitrova updated CASSANDRA-18005:
--------------------------------------------
    Change Category: Semantic
         Complexity: Low Hanging Fruit
        Component/s: Legacy/Documentation and Website
           Assignee: Ekaterina Dimitrova
           Priority: Low  (was: Normal)
             Status: Open  (was: Triage Needed)

> Correct Cassandra Website Testing page
> --------------------------------------
>
>                 Key: CASSANDRA-18005
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18005
>             Project: Cassandra
>          Issue Type: Task
>          Components: Legacy/Documentation and Website
>            Reporter: Ekaterina Dimitrova
>            Assignee: Ekaterina Dimitrova
>            Priority: Low
>
> 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