This is an automated email from the ASF dual-hosted git repository. chengzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push: new 3e087d07e48 Revert "Disable failed test cases (#33512)" (#33528) 3e087d07e48 is described below commit 3e087d07e48fbd58b76178cb64e5b3b49aee7fec Author: ZhangCheng <chengzh...@apache.org> AuthorDate: Mon Nov 4 14:40:40 2024 +0800 Revert "Disable failed test cases (#33512)" (#33528) This reverts commit d658d874b33da5b722bac09e468f44ce796310d2. --- .../apache/shardingsphere/test/natived/jdbc/features/ShardingTest.java | 2 -- .../shardingsphere/test/natived/jdbc/transactions/xa/AtomikosTest.java | 2 -- .../shardingsphere/test/natived/jdbc/transactions/xa/NarayanaTest.java | 2 -- 3 files changed, 6 deletions(-) diff --git a/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/features/ShardingTest.java b/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/features/ShardingTest.java index 06807858f8b..1219280cc4e 100644 --- a/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/features/ShardingTest.java +++ b/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/features/ShardingTest.java @@ -20,7 +20,6 @@ package org.apache.shardingsphere.test.natived.jdbc.features; import com.zaxxer.hikari.HikariConfig; import com.zaxxer.hikari.HikariDataSource; import org.apache.shardingsphere.test.natived.commons.TestShardingService; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import javax.sql.DataSource; @@ -30,7 +29,6 @@ class ShardingTest { private TestShardingService testShardingService; - @Disabled("FIXME") @Test void assertShardingInLocalTransactions() throws SQLException { HikariConfig config = new HikariConfig(); diff --git a/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/transactions/xa/AtomikosTest.java b/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/transactions/xa/AtomikosTest.java index 55e21285ba1..1cd74aca7d6 100644 --- a/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/transactions/xa/AtomikosTest.java +++ b/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/transactions/xa/AtomikosTest.java @@ -20,7 +20,6 @@ package org.apache.shardingsphere.test.natived.jdbc.transactions.xa; import com.zaxxer.hikari.HikariConfig; import com.zaxxer.hikari.HikariDataSource; import org.apache.shardingsphere.test.natived.commons.TestShardingService; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import javax.sql.DataSource; @@ -30,7 +29,6 @@ class AtomikosTest { private TestShardingService testShardingService; - @Disabled("FIXME") @Test void assertShardingInAtomikosTransactions() throws SQLException { HikariConfig config = new HikariConfig(); diff --git a/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/transactions/xa/NarayanaTest.java b/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/transactions/xa/NarayanaTest.java index 1bae914b7c4..4c4df2a177b 100644 --- a/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/transactions/xa/NarayanaTest.java +++ b/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/transactions/xa/NarayanaTest.java @@ -22,7 +22,6 @@ import com.arjuna.ats.arjuna.common.arjPropertyManager; import com.zaxxer.hikari.HikariConfig; import com.zaxxer.hikari.HikariDataSource; import org.apache.shardingsphere.test.natived.commons.TestShardingService; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import javax.sql.DataSource; @@ -32,7 +31,6 @@ class NarayanaTest { private TestShardingService testShardingService; - @Disabled("FIXME") @Test void assertShardingInNarayanaTransactions() throws SQLException, CoreEnvironmentBeanException { arjPropertyManager.getCoreEnvironmentBean().setNodeIdentifier("1");