[ 
https://issues.apache.org/jira/browse/CASSANDRA-18005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17632288#comment-17632288
 ] 

Ekaterina Dimitrova commented on CASSANDRA-18005:
-------------------------------------------------

Thanks[~mck] !

> 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
>             Fix For: NA
>
>
> 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-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to