You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by be...@apache.org on 2021/07/05 09:20:37 UTC

[cassandra] branch cassandra-4.0.0 updated (d13bef9 -> 6d16a53)

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

bereng pushed a change to branch cassandra-4.0.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from d13bef9  Increment version to 4.0-rc3
     new 6d16a53  Flaky ViewTest patch by Berenguer Blasi; reviewed by Andres de la Peña for CASSANDRA-16777

The 1 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:
 .../apache/cassandra/cql3/ViewAbstractTest.java    | 108 +++
 .../unit/org/apache/cassandra/cql3/ViewPKTest.java | 461 +++++++++++
 .../org/apache/cassandra/cql3/ViewRangesTest.java  | 197 +++++
 test/unit/org/apache/cassandra/cql3/ViewTest.java  | 917 +--------------------
 .../org/apache/cassandra/cql3/ViewTimesTest.java   | 300 +++++++
 5 files changed, 1076 insertions(+), 907 deletions(-)
 create mode 100644 test/unit/org/apache/cassandra/cql3/ViewAbstractTest.java
 create mode 100644 test/unit/org/apache/cassandra/cql3/ViewPKTest.java
 create mode 100644 test/unit/org/apache/cassandra/cql3/ViewRangesTest.java
 create mode 100644 test/unit/org/apache/cassandra/cql3/ViewTimesTest.java

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