From e6d43203c65d4968374fe4fb3640fb03eea0808f Mon Sep 17 00:00:00 2001 From: Tomasz Adamski Date: Fri, 22 Nov 2024 12:10:14 +0100 Subject: [PATCH] Revert "[WFLY-19909] Ignore tests affected by WFLY-19909" This reverts commit f9c3370ece6c3cb81ca3b1033d149fa1ff3c6aee. --- .../ClientInvokingTwoClustersStatefulBeanTestCase.java | 3 --- .../ClientInvokingTwoClustersStatelessBeanTestCase.java | 3 --- 2 files changed, 6 deletions(-) diff --git a/multinode/src/test/java/org/wildfly/ejbclient/testsuite/integration/multinode/twoclusters/ClientInvokingTwoClustersStatefulBeanTestCase.java b/multinode/src/test/java/org/wildfly/ejbclient/testsuite/integration/multinode/twoclusters/ClientInvokingTwoClustersStatefulBeanTestCase.java index ac92902..541acd3 100644 --- a/multinode/src/test/java/org/wildfly/ejbclient/testsuite/integration/multinode/twoclusters/ClientInvokingTwoClustersStatefulBeanTestCase.java +++ b/multinode/src/test/java/org/wildfly/ejbclient/testsuite/integration/multinode/twoclusters/ClientInvokingTwoClustersStatefulBeanTestCase.java @@ -27,7 +27,6 @@ import org.jboss.arquillian.container.test.api.RunAsClient; import org.jboss.arquillian.junit.Arquillian; import org.jboss.arquillian.test.api.ArquillianResource; -import org.junit.Ignore; import org.wildfly.ejbclient.testsuite.integration.multinode.common.beans.whereami.WhereAmI; import org.wildfly.ejbclient.testsuite.integration.multinode.common.beans.whereami.WhereAmIStateful; import org.wildfly.ejbclient.testsuite.integration.multinode.environment.ContainerHelpers; @@ -132,7 +131,6 @@ public void start() throws Exception { @Test - @Ignore("https://issues.redhat.com/browse/WFLY-19909") public void testInvokingTwoClustersAlternately() throws Exception { final Properties propertiesCluster1 = new Properties(); propertiesCluster1.put(Context.INITIAL_CONTEXT_FACTORY, WildFlyInitialContextFactory.class.getName()); @@ -172,7 +170,6 @@ public void testInvokingTwoClustersAlternately() throws Exception { } @Test - @Ignore("https://issues.redhat.com/browse/WFLY-19909") public void testInvokingTwoClustersOneAfterAnother() throws Exception { logger.info("WILL NOW START INVOKING ON CLUSTER1"); final Properties propertiesCluster1 = new Properties(); diff --git a/multinode/src/test/java/org/wildfly/ejbclient/testsuite/integration/multinode/twoclusters/ClientInvokingTwoClustersStatelessBeanTestCase.java b/multinode/src/test/java/org/wildfly/ejbclient/testsuite/integration/multinode/twoclusters/ClientInvokingTwoClustersStatelessBeanTestCase.java index 7bd7a96..c8e4c04 100644 --- a/multinode/src/test/java/org/wildfly/ejbclient/testsuite/integration/multinode/twoclusters/ClientInvokingTwoClustersStatelessBeanTestCase.java +++ b/multinode/src/test/java/org/wildfly/ejbclient/testsuite/integration/multinode/twoclusters/ClientInvokingTwoClustersStatelessBeanTestCase.java @@ -27,7 +27,6 @@ import org.jboss.arquillian.container.test.api.RunAsClient; import org.jboss.arquillian.junit.Arquillian; import org.jboss.arquillian.test.api.ArquillianResource; -import org.junit.Ignore; import org.wildfly.ejbclient.testsuite.integration.multinode.common.beans.whereami.WhereAmI; import org.wildfly.ejbclient.testsuite.integration.multinode.common.beans.whereami.WhereAmIStateless; import org.wildfly.ejbclient.testsuite.integration.multinode.environment.ContainerHelpers; @@ -134,7 +133,6 @@ public void start() throws Exception { @Test - @Ignore("https://issues.redhat.com/browse/WFLY-19909") public void testInvokingTwoClustersAlternately() throws Exception { final Properties propertiesCluster1 = new Properties(); propertiesCluster1.put(Context.INITIAL_CONTEXT_FACTORY, WildFlyInitialContextFactory.class.getName()); @@ -172,7 +170,6 @@ public void testInvokingTwoClustersAlternately() throws Exception { } @Test - @Ignore("https://issues.redhat.com/browse/WFLY-19909") public void testInvokingTwoClustersOneAfterAnother() throws Exception { logger.info("WILL NOW START INVOKING ON CLUSTER1"); final Properties propertiesCluster1 = new Properties();