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

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

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

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

[Patch|https://github.com/ekaterinadimitrova2/cassandra-website/commit/556ac4582a2de7e27de1821d72ee38039c9b54d6]

[~mck] , do you mind to review when you have a few minutes, please?

> 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