Jogesh Anand created CASSANDRA-16766:
----------------------------------------

             Summary: Development docs are not upto to date
                 Key: CASSANDRA-16766
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16766
             Project: Cassandra
          Issue Type: Improvement
          Components: Documentation/Website
            Reporter: Jogesh Anand


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.3.4#803005)

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

Reply via email to