You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sd...@apache.org on 2022/10/28 16:00:22 UTC

[ignite-3] branch ignite-18013 created (now 311f7f1712)

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

sdanilov pushed a change to branch ignite-18013
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


      at 311f7f1712 IGNITE-18013 Unmute tests after IGNITE-17968

This branch includes the following new commits:

     new 311f7f1712 IGNITE-18013 Unmute tests after IGNITE-17968

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[ignite-3] 01/01: IGNITE-18013 Unmute tests after IGNITE-17968

Posted by sd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sdanilov pushed a commit to branch ignite-18013
in repository https://gitbox.apache.org/repos/asf/ignite-3.git

commit 311f7f17125703bd106ee483da1b97085a398bfa
Author: Semyon Danilov <sa...@yandex.ru>
AuthorDate: Fri Oct 28 20:00:12 2022 +0400

    IGNITE-18013 Unmute tests after IGNITE-17968
---
 .../src/test/java/org/apache/ignite/internal/table/TxAbstractTest.java | 3 ---
 1 file changed, 3 deletions(-)

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 844dab2eb5..9974fa9eee 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
@@ -1821,7 +1821,6 @@ public abstract class TxAbstractTest extends IgniteAbstractTest {
         assertEquals(300., accounts.recordView().get(readOnlyTx2, makeKey(1)).doubleValue("balance"));
     }
 
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-17968")
     @Test
     public void testReadOnlyGetWriteIntentResolutionRemove() {
         accounts.recordView().upsert(null, makeValue(1, 100.));
@@ -1856,7 +1855,6 @@ public abstract class TxAbstractTest extends IgniteAbstractTest {
         validateBalance(retrievedKeys, 100., 200.);
     }
 
-    // TODO: IGNITE-17968 Remove after fix.
     @Test
     public void testReadOnlyPendingWriteIntentSkipped() {
         accounts.recordView().upsert(null, makeValue(1, 100.));
@@ -1881,7 +1879,6 @@ public abstract class TxAbstractTest extends IgniteAbstractTest {
         validateBalance(retrievedKeys3, 100., 300.);
     }
 
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-17968")
     @Test
     public void testReadOnlyPendingWriteIntentSkippedCombined() {
         accounts.recordView().upsert(null, makeValue(1, 100.));