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

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


The following commit(s) were added to refs/heads/main by this push:
     new f29025a791 IGNITE-18485 Enabled 
ItTableRaftSnapshotsTest.entriesKeepAppendedAfterSnapshotInstallation() (#1934)
f29025a791 is described below

commit f29025a79124510f436f7ffe21e7a8b543ecfba6
Author: Roman Puchkovskiy <[email protected]>
AuthorDate: Thu Apr 13 11:25:07 2023 +0400

    IGNITE-18485 Enabled 
ItTableRaftSnapshotsTest.entriesKeepAppendedAfterSnapshotInstallation() (#1934)
---
 .../apache/ignite/internal/raftsnapshot/ItTableRaftSnapshotsTest.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/raftsnapshot/ItTableRaftSnapshotsTest.java
 
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/raftsnapshot/ItTableRaftSnapshotsTest.java
index c44403dd4e..d6dc45fcb7 100644
--- 
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/raftsnapshot/ItTableRaftSnapshotsTest.java
+++ 
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/raftsnapshot/ItTableRaftSnapshotsTest.java
@@ -587,7 +587,6 @@ class ItTableRaftSnapshotsTest extends 
IgniteIntegrationTest {
      * Tests that entries can still be added to a follower using AppendEntries 
after it gets fed with a RAFT snapshot.
      */
     @Test
-    @Disabled("Enable when IGNITE-18485 is fixed")
     void entriesKeepAppendedAfterSnapshotInstallation() throws Exception {
         feedNode2WithSnapshotOfOneRow();
 

Reply via email to