You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Lorina Poland (Jira)" <ji...@apache.org> on 2022/12/30 03:06:00 UTC

[jira] [Updated] (CASSANDRA-16766) Development docs are not upto to date

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

Lorina Poland updated CASSANDRA-16766:
--------------------------------------
    Component/s: Documentation
                     (was: Documentation/Website)

> 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
>            Reporter: Jogesh Anand
>            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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org