You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sk...@apache.org on 2022/05/30 09:02:00 UTC

[ignite-3] branch main updated: IGNITE-16700 Muted testBalance

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 afb026eca IGNITE-16700 Muted testBalance
afb026eca is described below

commit afb026eca4291962cc8fd28e5eb00b464281672a
Author: Slava Koptilin <sl...@gmail.com>
AuthorDate: Mon May 30 12:01:47 2022 +0300

    IGNITE-16700 Muted testBalance
---
 .../src/test/java/org/apache/ignite/internal/table/TxAbstractTest.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/table/src/test/java/org/apache/ignite/internal/table/TxAbstractTest.java b/modules/table/src/test/java/org/apache/ignite/internal/table/TxAbstractTest.java
index e999bc77f..16656e21c 100644
--- a/modules/table/src/test/java/org/apache/ignite/internal/table/TxAbstractTest.java
+++ b/modules/table/src/test/java/org/apache/ignite/internal/table/TxAbstractTest.java
@@ -1047,6 +1047,7 @@ public abstract class TxAbstractTest extends IgniteAbstractTest {
     }
 
     @Test
+    @Disabled("https://issues.apache.org/jira/browse/IGNITE-16700")
     public void testLockedTooLong() {
         // TODO asch IGNITE-15936 if lock can't be acquired until timeout tx should be rolled back.
     }