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

Alex Petrov edited comment on CASSANDRA-16135 at 9/23/20, 7:31 AM:
-------------------------------------------------------------------

Patch: [https://github.com/apache/cassandra/pull/755]

It introduces the following directory structure:
{code:java}
./test
  ├ consistency  # ring movement, replication factor-related
  ├ coordination # SRP, RR, message forwarding, coordinator/replica code
  ├ cql          # simple CQL-related tests: syntax, basic functionality
  ├ fql          # FQL-related
  ├ gossip       # gossip, propagation
  ├ hints
  ├ internal     # tests for in-JVM DTest internals
  ├ nodetool     # everything related to nodetool fuctionality
  ├ repair       # everything repair-related
  ├ streaming    # streaming on ring changes, bootstrap, etc
  └ upgrade     
{code}


was (Author: ifesdjeen):
Patch: https://github.com/apache/cassandra/pull/755

> Separate in-JVM test into smaller packages
> ------------------------------------------
>
>                 Key: CASSANDRA-16135
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16135
>             Project: Cassandra
>          Issue Type: Task
>          Components: Test/dtest/java
>            Reporter: Alex Petrov
>            Assignee: Alex Petrov
>            Priority: High
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Introduce a structure similar to how tags are organised in Cassandra Jira for 
> corresponding in-jvm dtests to help people find a right place for their tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to