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

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


    from 85a0b9b5dc Merge branch 'cassandra-5.0' into trunk
     add 2fc2be54ca Fix the correspondingMessagingVersion of SSTable format and 
improve TTL overflow tests coverage
     new 08c46d0963 Merge branch 'cassandra-5.0' into trunk

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:
 CHANGES.txt                                        |   2 +
 build.xml                                          |   7 +
 conf/cassandra.yaml                                |  32 +--
 ide/idea/workspace.xml                             |   3 +-
 .../cassandra/io/sstable/format/big/BigFormat.java |   4 +-
 .../cassandra/io/sstable/format/bti/BtiFormat.java |   2 +-
 .../MixedModeTTLOverflowAfterUpgradeTest.java      |  44 ++--
 .../MixedModeTTLOverflowDuringUpgradeTest.java     |  61 ++++++
 .../upgrade/MixedModeTTLOverflowUpgradeTest.java   | 131 ------------
 .../MixedModeTTLOverflowUpgradeTestBase.java       | 223 +++++++++++++++++++++
 .../cql3/validation/operations/TTLTest.java        | 106 +++++-----
 11 files changed, 391 insertions(+), 224 deletions(-)
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/upgrade/MixedModeTTLOverflowDuringUpgradeTest.java
 delete mode 100644 
test/distributed/org/apache/cassandra/distributed/upgrade/MixedModeTTLOverflowUpgradeTest.java
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/upgrade/MixedModeTTLOverflowUpgradeTestBase.java


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

Reply via email to