This is an automated email from the ASF dual-hosted git repository.

adelapena pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from b3842de5cf Add guardrail for data disk usage
     new 2873c91269 Split ReadRepairQueryTypesTest to avoid JUnit timeouts
     new 2723c91878 Merge branch 'cassandra-4.0' into trunk

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../test/ReadRepairCollectionQueriesTest.java      |  236 ++++
 .../distributed/test/ReadRepairInQueriesTest.java  |  247 ++++
 .../test/ReadRepairPointQueriesTest.java           |   79 ++
 .../distributed/test/ReadRepairQueryTester.java    |  279 +++++
 .../distributed/test/ReadRepairQueryTypesTest.java | 1191 --------------------
 .../test/ReadRepairRangeQueriesTest.java           |  261 +++++
 .../test/ReadRepairSliceQueriesTest.java           |  145 +++
 .../test/ReadRepairUnrestrictedQueriesTest.java    |  116 ++
 8 files changed, 1363 insertions(+), 1191 deletions(-)
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/test/ReadRepairCollectionQueriesTest.java
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/test/ReadRepairInQueriesTest.java
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/test/ReadRepairPointQueriesTest.java
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/test/ReadRepairQueryTester.java
 delete mode 100644 
test/distributed/org/apache/cassandra/distributed/test/ReadRepairQueryTypesTest.java
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/test/ReadRepairRangeQueriesTest.java
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/test/ReadRepairSliceQueriesTest.java
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/test/ReadRepairUnrestrictedQueriesTest.java


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

Reply via email to