You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Michael Semb Wever (Jira)" <ji...@apache.org> on 2021/09/04 08:53:00 UTC

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

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

Michael Semb Wever commented on CASSANDRA-16766:
------------------------------------------------

Note to include [this change|https://github.com/apache/cassandra/compare/trunk...thelastpickle:mck/15446/3.11#diff-22c03bd3c580d96da64cc1eabbc8cbe97b59a3e04f917353931123ca9f6245af].

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

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