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

vpyatkov 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 92bfcfd5a2 IGNITE-22206 Unmute disabled 
ItTxResourcesVacuumTest#testRecoveryAfterPersistentStateVacuumized (#3738)
92bfcfd5a2 is described below

commit 92bfcfd5a243a421beb32557938fce590982a5cb
Author: Denis Chudov <[email protected]>
AuthorDate: Fri May 10 15:43:47 2024 +0300

    IGNITE-22206 Unmute disabled 
ItTxResourcesVacuumTest#testRecoveryAfterPersistentStateVacuumized (#3738)
---
 .../java/org/apache/ignite/internal/table/ItTxResourcesVacuumTest.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItTxResourcesVacuumTest.java
 
b/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItTxResourcesVacuumTest.java
index 95f2408f3f..2b320a5740 100644
--- 
a/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItTxResourcesVacuumTest.java
+++ 
b/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItTxResourcesVacuumTest.java
@@ -74,7 +74,6 @@ import org.apache.ignite.tx.TransactionOptions;
 import org.jetbrains.annotations.Nullable;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeEach;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.TestInfo;
 import org.junit.jupiter.api.extension.ExtendWith;
@@ -647,7 +646,6 @@ public class ItTxResourcesVacuumTest extends 
ClusterPerTestIntegrationTest {
      * </ul>
      */
     @Test
-    @Disabled("IGNITE-22147")
     public void testRecoveryAfterPersistentStateVacuumized() throws 
InterruptedException {
         // This node isn't going to be stopped, so let it be node 0.
         IgniteImpl commitPartitionLeaseholder = cluster.node(0);

Reply via email to