This is an automated email from the ASF dual-hosted git repository.
sk0x50 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 193173cc92 IGNITE-22147 Disabled
ItTxResourcesVacuumTest.testRecoveryAfterPersistentStateVacuumized (#3686)
193173cc92 is described below
commit 193173cc9282b7b1fb4ace3fc8d5505818be5694
Author: Denis Chudov <[email protected]>
AuthorDate: Tue Apr 30 12:12:50 2024 +0300
IGNITE-22147 Disabled
ItTxResourcesVacuumTest.testRecoveryAfterPersistentStateVacuumized (#3686)
---
.../java/org/apache/ignite/internal/table/ItTxResourcesVacuumTest.java | 2 ++
1 file changed, 2 insertions(+)
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 eb02e0ead2..ccb91a867b 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
@@ -75,6 +75,7 @@ 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;
@@ -644,6 +645,7 @@ 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);