This is an automated email from the ASF dual-hosted git repository.
tkalkirill pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from ceaa6e49f53 IGNITE-24762 Support zone partitions in unit tests of
ignite-table (#5391)
add 599413a55fb IGNITE-24785 Implement test of enter a node with an index
greater than the current majority (#5406)
No new revisions were added by this update.
Summary of changes:
.../ItTruncateRaftLogAndRestartNodesTest.java | 495 +++++++++++++++++++++
.../java/org/apache/ignite/internal/Cluster.java | 4 +-
.../internal/ClusterPerTestIntegrationTest.java | 14 +
...bstractHighAvailablePartitionsRecoveryTest.java | 4 -
4 files changed, 511 insertions(+), 6 deletions(-)
create mode 100644
modules/runner/src/integrationTest/java/org/apache/ignite/internal/ItTruncateRaftLogAndRestartNodesTest.java