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

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


    from 3b97e4b  Merge branch 'cassandra-4.0' into trunk
     new 3e153c8  Split ViewComplexTest to avoid timeouts after being moved 
away from 'long' junits
     new 558d4ed  Merge branch 'cassandra-4.0.0' into cassandra-4.0
     new a56bd76  Merge branch 'cassandra-4.0' into trunk

The 3 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:
 .../cassandra/cql3/ViewComplexDeletionsTest.java   |   3 +-
 .../cassandra/cql3/ViewComplexLivenessTest.java    | 258 ++++++++++++++++
 .../apache/cassandra/cql3/ViewComplexTTLTest.java  |   3 +-
 .../org/apache/cassandra/cql3/ViewComplexTest.java | 180 +----------
 .../cassandra/cql3/ViewComplexUpdatesTest.java     |   3 +-
 ...Test.java => ViewFilteringClustering1Test.java} | 245 +--------------
 .../cql3/ViewFilteringClustering2Test.java         | 329 +++++++++++++++++++++
 .../apache/cassandra/cql3/ViewFilteringPKTest.java |   5 +-
 .../apache/cassandra/cql3/ViewFilteringTest.java   |   5 +-
 test/unit/org/apache/cassandra/cql3/ViewTest.java  |   1 +
 .../InsertUpdateIfConditionCollectionsTest.java    |   2 +-
 .../InsertUpdateIfConditionStaticsTest.java        |   2 +-
 .../operations/InsertUpdateIfConditionTest.java    |   2 +-
 13 files changed, 609 insertions(+), 429 deletions(-)
 create mode 100644 
test/unit/org/apache/cassandra/cql3/ViewComplexLivenessTest.java
 rename test/unit/org/apache/cassandra/cql3/{ViewFilteringClusteringTest.java 
=> ViewFilteringClustering1Test.java} (60%)
 create mode 100644 
test/unit/org/apache/cassandra/cql3/ViewFilteringClustering2Test.java

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

Reply via email to