You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by zs...@apache.org on 2022/03/11 16:06:16 UTC

[ignite-3] branch main updated: IGNITE-16219 ItJdbcJoinsSelfTest unmute test - Fixes #716.

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

zstan 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 029d3a4  IGNITE-16219 ItJdbcJoinsSelfTest unmute test - Fixes #716.
029d3a4 is described below

commit 029d3a4f9f5714305d6aa1f5d023bd94f0a06f70
Author: zstan <st...@gmail.com>
AuthorDate: Fri Mar 11 19:02:02 2022 +0300

    IGNITE-16219 ItJdbcJoinsSelfTest unmute test - Fixes #716.
    
    Signed-off-by: zstan <st...@gmail.com>
---
 .../org/apache/ignite/internal/runner/app/jdbc/ItJdbcJoinsSelfTest.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/jdbc/ItJdbcJoinsSelfTest.java b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/jdbc/ItJdbcJoinsSelfTest.java
index 7416362..0308817 100644
--- a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/jdbc/ItJdbcJoinsSelfTest.java
+++ b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/jdbc/ItJdbcJoinsSelfTest.java
@@ -43,7 +43,6 @@ public class ItJdbcJoinsSelfTest extends AbstractJdbcSelfTest {
      * @throws Exception If failed.
      */
     @Test
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-16219")
     public void testJoin() throws Exception {
         stmt.executeUpdate("CREATE TABLE PUBLIC.PERSON"
                 + " (ID INT, NAME VARCHAR(64), AGE INT, CITY_ID DOUBLE, PRIMARY KEY (NAME));");