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

irakov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from f0b88f6  IGNITE-12535: Pass custom CipherSuites to JDBC thin client. 
(#7252)
     new 1fbc284  IGNITE-12101 Fixed NullPointerException when 
IgniteQueue.removeAll is called. - Fixes #7266.
     new e31b530  IGNITE-12531 Cluster is unable to change BLT on 2.8 if 
storage was initially created on 2.7 or less - Fixes #7265.

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:
 .../IgnitePKIndexesMigrationToUnwrapPkTest.java    |   1 -
 .../persistence/MetaStorageCompatibilityTest.java  | 348 +++++++++++++++++++++
 .../IgniteCompatibilityBasicTestSuite.java         |   6 +-
 .../cache/persistence/metastorage/MetaStorage.java |  46 ++-
 .../datastructures/GridCacheQueueAdapter.java      |   4 +-
 .../metastorage/IgniteMetaStorageBasicTest.java    |   4 +-
 .../GridCacheReplicatedQueueRemoveSelfTest.java    | 144 +++++++++
 .../IgniteCacheDataStructuresSelfTestSuite.java    |   2 +
 8 files changed, 534 insertions(+), 21 deletions(-)
 create mode 100644 
modules/compatibility/src/test/java/org/apache/ignite/compatibility/persistence/MetaStorageCompatibilityTest.java
 create mode 100644 
modules/core/src/test/java/org/apache/ignite/internal/processors/datastructures/GridCacheReplicatedQueueRemoveSelfTest.java

Reply via email to