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

sanpwc 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 bdaa9fb81ae IGNITE-27011 Mute 
ItTxResourcesVacuumTest#testCommitPartitionPrimaryChangesBeforeVacuum (#6938)
bdaa9fb81ae is described below

commit bdaa9fb81aee70b754e79a96c407e7648d27cf9d
Author: Egor <[email protected]>
AuthorDate: Tue Nov 11 14:31:35 2025 +0400

    IGNITE-27011 Mute 
ItTxResourcesVacuumTest#testCommitPartitionPrimaryChangesBeforeVacuum (#6938)
    
    Co-authored-by: Egor Kuts <[email protected]>
---
 .../java/org/apache/ignite/tx/distributed/ItTxResourcesVacuumTest.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/modules/transactions/src/integrationTest/java/org/apache/ignite/tx/distributed/ItTxResourcesVacuumTest.java
 
b/modules/transactions/src/integrationTest/java/org/apache/ignite/tx/distributed/ItTxResourcesVacuumTest.java
index 951bf7b7f99..625016cf1f0 100644
--- 
a/modules/transactions/src/integrationTest/java/org/apache/ignite/tx/distributed/ItTxResourcesVacuumTest.java
+++ 
b/modules/transactions/src/integrationTest/java/org/apache/ignite/tx/distributed/ItTxResourcesVacuumTest.java
@@ -85,6 +85,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.Timeout;
 import org.junit.jupiter.api.extension.ExtendWith;
@@ -485,6 +486,7 @@ public class ItTxResourcesVacuumTest extends 
ClusterPerTestIntegrationTest {
      * </ul>
      */
     @Test
+    @Disabled("https://issues.apache.org/jira/browse/IGNITE-27014";)
     public void testCommitPartitionPrimaryChangesBeforeVacuum() throws 
InterruptedException {
         // We can't leave TTL as 0 here, because the primary replica is 
changed during cleanup, and this means
         // WriteIntentSwitchReplicaRequest will be processed not on the 
primary. Removing tx state instantly will cause incorrect

Reply via email to