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/06/01 07:35:29 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 678a8ce9b IGNITE-16700 Muted testBalance
678a8ce9b is described below

commit 678a8ce9b9cf042cf4283e7e8651da616ff4ecd2
Author: Slava Koptilin <sl...@gmail.com>
AuthorDate: Wed Jun 1 10:35:11 2022 +0300

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

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 16656e21c..c526d0eb5 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
@@ -1042,12 +1042,12 @@ public abstract class TxAbstractTest extends IgniteAbstractTest {
     }
 
     @Test
+    @Disabled("https://issues.apache.org/jira/browse/IGNITE-16700")
     public void testBalance() throws InterruptedException {
         doTestSingleKeyMultithreaded(5_000, false);
     }
 
     @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.
     }