You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2022/10/13 11:01:06 UTC

[ignite] branch IGNITE-17177_inc_snapshots updated (4900fa917b7 -> 9af19f9817a)

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

nizhikov pushed a change to branch IGNITE-17177_inc_snapshots
in repository https://gitbox.apache.org/repos/asf/ignite.git


    from 4900fa917b7 Merge branch 'master' into IGNITE-17177_inc_snapshots
     add 72aa5848bb8 IGNITE-17436 Fix CacheGroupReencryptionTest#testReencryptionOnUnstableTopology fails if checkpoint is skipped on node stop (#10289)
     add 830e7315265 IGNITE-17805 Fail a test if it tries to launch remote JVM with different major Java version (#10287)
     add 97cf70cc9ee IGNITE-17837 CacheExchangeMergeTest.testConcurrentStartServers sometimes hangs forever (#10290)
     add 4ee0796d25a Merge branch 'master' into IGNITE-17177_inc_snapshots
     add 607839cef8f IGNITE-17847 Dump threads if afterTest() times out (#10295)
     add 6cb6dd2b1f4 IGNITE-17852 Fix incorrect for compression CRC assert (#10298)
     add c0f1eb78709 IGNITE-17863 ThreadNameValidationTest fails if run alone (or first in suite) (#10301)
     add 6bae7c5554c .NET: Fix 2.14 release notes - add IgniteSet
     add 9af19f9817a Merge branch 'master' into IGNITE-17177_inc_snapshots

No new revisions were added by this update.

Summary of changes:
 RELEASE_NOTES.txt                                  |  1 +
 .../junits/IgniteCompatibilityAbstractTest.java    |  2 +-
 .../cache/persistence/file/FilePageStore.java      |  2 +-
 .../ignite/internal/util/GridJavaProcess.java      | 22 +++++-
 .../ignite/internal/ThreadNameValidationTest.java  | 20 ++++-
 .../encryption/CacheGroupReencryptionTest.java     | 89 +++++++++++++++++++++-
 .../cache/distributed/CacheExchangeMergeTest.java  |  2 +-
 .../testframework/junits/GridAbstractTest.java     | 86 ++++++++++++++++++---
 .../junits/multijvm/IgniteProcessProxy.java        | 49 ++++++++----
 .../junits/multijvm/JavaVersionCommand.java        | 68 +++++++++++++++++
 .../junits/multijvm/JavaVersionCommandParser.java} | 45 +++++------
 .../multijvm/JavaVersionCommandParserTest.java     | 74 ++++++++++++++++++
 .../ignite/testsuites/IgniteBasicTestSuite.java    |  2 +
 13 files changed, 403 insertions(+), 59 deletions(-)
 create mode 100644 modules/core/src/test/java/org/apache/ignite/testframework/junits/multijvm/JavaVersionCommand.java
 copy modules/core/src/test/java/org/apache/ignite/{jvmtest/RegExpTest.java => testframework/junits/multijvm/JavaVersionCommandParser.java} (51%)
 create mode 100644 modules/core/src/test/java/org/apache/ignite/testframework/junits/multijvm/JavaVersionCommandParserTest.java