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

Joel Shepherd commented on CASSANDRA-16766:
-------------------------------------------

Posted a PR that partially addresses this: 
[https://github.com/apache/cassandra-website/pull/294]

> Development docs are not upto to date
> -------------------------------------
>
>                 Key: CASSANDRA-16766
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16766
>             Project: Apache Cassandra
>          Issue Type: Improvement
>          Components: Documentation
>            Reporter: Jogesh Anand
>            Assignee: Joel Shepherd
>            Priority: Normal
>              Labels: low-hanging-fruit
>
> The latest developers guide for unit testing isn't accurate 
> [link|https://cassandra.apache.org/doc/latest/development/testing.html]
>  For e.g
> {code:java}
> ant test -Dtest.name=<simple_classname>
> {code}
> isn't valid. It's now
> {code:java}
> ant testsome -Dtest.name=<simple_classname>
> {code}
> Similarly, we also have `ant long-testsome` & `ant burn-testsome` for e.g. I 
> would be nice to have these documented as well for developers or users.
> AC: 
> * The website accurately represents all testing scenarios present in 
> build.xml or otherwise.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to