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 51e3149169 Upgrade cython
     add 0b5248d8c3 Accommodate python 3.11
     add d38427a67b add py311 tests to circle
     add 563a26c6b1 get newest pip in cassandra-cqlsh-tests.sh
     add f6933a0419 convert cqlshlib from nose to pytest
     add b43293e200 Upgrade cython
     add 9471ee762c Merge branch 'cassandra-4.0' into cassandra-4.1
     add cd38edbb41 Accommodate python 3.11
     add f66e7dcf33 add py311 tests to circle
     add 4f32d43d88 get newest pip in cassandra-cqlsh-tests.sh
     add 5086b7d0a7 Upgrade cython
     new 9a0af4112e Fix legacy clustering serialization for paging with compact 
storage
     new 6c96e2fd41 Merge branch 'cassandra-4.0' into cassandra-4.1
     new cab864a631 Merge branch 'cassandra-4.1' 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:
 CHANGES.txt                                        |   1 +
 NEWS.txt                                           |   5 +
 .../cassandra/service/pager/PagingState.java       |   8 +
 .../CompactStoragePagingWithProtocolTester.java    | 179 +++++++++++++++++++++
 ...> CompactStoragePagingWithProtocolV30Test.java} |  12 +-
 ...> CompactStoragePagingWithProtocolV3XTest.java} |  12 +-
 ...> CompactStoragePagingWithProtocolV40Test.java} |  12 +-
 ...> CompactStoragePagingWithProtocolV41Test.java} |  12 +-
 8 files changed, 217 insertions(+), 24 deletions(-)
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/upgrade/CompactStoragePagingWithProtocolTester.java
 copy 
test/distributed/org/apache/cassandra/distributed/upgrade/{MixedModeConsistencyV3XTest.java
 => CompactStoragePagingWithProtocolV30Test.java} (75%)
 copy 
test/distributed/org/apache/cassandra/distributed/upgrade/{MixedModeConsistencyV3XTest.java
 => CompactStoragePagingWithProtocolV3XTest.java} (75%)
 copy 
test/distributed/org/apache/cassandra/distributed/upgrade/{MixedModeConsistencyV3XTest.java
 => CompactStoragePagingWithProtocolV40Test.java} (75%)
 copy 
test/distributed/org/apache/cassandra/distributed/upgrade/{MixedModeConsistencyV3XTest.java
 => CompactStoragePagingWithProtocolV41Test.java} (75%)


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

Reply via email to