You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ib...@apache.org on 2023/03/17 08:22:38 UTC

[ignite-3] branch main updated (80e48d7603 -> 8993ff39ba)

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

ibessonov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from 80e48d7603 IGNITE-19014 Topology aware Raft client creates its own message handler which is not aware of Raft group (#1796)
     add 8993ff39ba IGNITE-19056 Added tests for RAFT node restart with the loss of log suffix, emulating disabled fsync situation (#1602)

No new revisions were added by this update.

Summary of changes:
 .../replicator/TestReplicationGroupId.java}        |  27 +-
 .../impl/ItMetaStorageServicePersistenceTest.java  |   1 +
 .../configuration/NetworkConfigurationSchema.java  |   5 +-
 .../apache/ignite/internal/raft/ItLozaTest.java    |  36 +-
 .../internal/raft/ItRaftGroupServiceTest.java      |  36 +-
 .../raft/ItTruncateSuffixAndRestartTest.java       | 384 +++++++++++++++++++++
 .../raft/server/ItJraftCounterServerTest.java      |   1 +
 .../ignite/raft/server/ItJraftHlcServerTest.java   |   1 +
 .../raft/server/ItSimpleCounterServerTest.java     |   1 +
 .../ignite/raft/server/RaftServerAbstractTest.java |  35 --
 .../org/apache/ignite/internal/raft/LozaTest.java  |  36 +-
 .../ignite/internal/raft/RaftGroupServiceTest.java |  36 +-
 .../service/ItAbstractListenerSnapshotTest.java    |  36 +-
 .../org/apache/ignite/raft/TestWriteCommand.java   |   6 +-
 .../ignite/distributed/ItTablePersistenceTest.java |   1 +
 .../apache/ignite/internal/tx/TxManagerTest.java   |  43 +--
 .../storage/state/AbstractTxStateStorageTest.java  |  43 +--
 17 files changed, 419 insertions(+), 309 deletions(-)
 copy modules/{network/src/test/java/org/apache/ignite/internal/network/serialization/marshal/IntHolder.java => core/src/testFixtures/java/org/apache/ignite/internal/replicator/TestReplicationGroupId.java} (70%)
 create mode 100644 modules/raft/src/integrationTest/java/org/apache/ignite/internal/raft/ItTruncateSuffixAndRestartTest.java