This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
commit 243ea9aa01db65b4c9f1bdf1698dcb5569fa7ba6 Author: Robbie Gemmell <[email protected]> AuthorDate: Tue May 21 16:16:08 2024 +0100 ARTEMIS-4778: remove spawn check rule, not needed as the tests dont spawn --- .../apache/activemq/artemis/amqpJMS/JoramAMQPAggregationTest.java | 6 ------ .../org/apache/activemq/artemis/jms/JoramCoreAggregationTest.java | 5 ----- 2 files changed, 11 deletions(-) diff --git a/tests/joram-tests/src/test/java/org/apache/activemq/artemis/amqpJMS/JoramAMQPAggregationTest.java b/tests/joram-tests/src/test/java/org/apache/activemq/artemis/amqpJMS/JoramAMQPAggregationTest.java index a703e75b59..1c5f6a3c07 100644 --- a/tests/joram-tests/src/test/java/org/apache/activemq/artemis/amqpJMS/JoramAMQPAggregationTest.java +++ b/tests/joram-tests/src/test/java/org/apache/activemq/artemis/amqpJMS/JoramAMQPAggregationTest.java @@ -19,11 +19,9 @@ package org.apache.activemq.artemis.amqpJMS; import java.io.IOException; import java.util.Properties; -import org.apache.activemq.artemis.tests.rules.SpawnedVMCheck; import org.junit.AfterClass; import org.junit.Assert; import org.junit.BeforeClass; -import org.junit.Rule; import org.junit.runner.RunWith; import org.junit.runners.Suite; import org.junit.runners.Suite.SuiteClasses; @@ -53,10 +51,6 @@ import org.objectweb.jtests.jms.framework.JMSTestCase; @SuiteClasses({TopicConnectionTest.class, ConnectionTest.class, MessageBodyTest.class, MessageDefaultTest.class, MessageTypeTest.class, MessageHeaderTest.class, JMSXPropertyTest.class, MessagePropertyConversionTest.class, MessagePropertyTest.class, QueueBrowserTest.class, TemporaryQueueTest.class, SelectorSyntaxTest.class, SelectorTest.class, QueueSessionTest.class, SessionTest.class, TopicSessionTest.class, UnifiedSessionTest.class, TemporaryTopicTest.class,}) public class JoramAMQPAggregationTest extends Assert { - - @Rule - public SpawnedVMCheck check = new SpawnedVMCheck(); - /** * Should be overridden * diff --git a/tests/joram-tests/src/test/java/org/apache/activemq/artemis/jms/JoramCoreAggregationTest.java b/tests/joram-tests/src/test/java/org/apache/activemq/artemis/jms/JoramCoreAggregationTest.java index 9875b493db..7448b9ca04 100644 --- a/tests/joram-tests/src/test/java/org/apache/activemq/artemis/jms/JoramCoreAggregationTest.java +++ b/tests/joram-tests/src/test/java/org/apache/activemq/artemis/jms/JoramCoreAggregationTest.java @@ -19,11 +19,9 @@ package org.apache.activemq.artemis.jms; import java.io.IOException; import java.util.Properties; -import org.apache.activemq.artemis.tests.rules.SpawnedVMCheck; import org.junit.AfterClass; import org.junit.Assert; import org.junit.BeforeClass; -import org.junit.Rule; import org.junit.runner.RunWith; import org.junit.runners.Suite; import org.junit.runners.Suite.SuiteClasses; @@ -53,9 +51,6 @@ import org.objectweb.jtests.jms.framework.JMSTestCase; @SuiteClasses({TopicConnectionTest.class, ConnectionTest.class, MessageBodyTest.class, MessageDefaultTest.class, MessageTypeTest.class, MessageHeaderTest.class, JMSXPropertyTest.class, MessagePropertyConversionTest.class, MessagePropertyTest.class, QueueBrowserTest.class, TemporaryQueueTest.class, SelectorSyntaxTest.class, SelectorTest.class, QueueSessionTest.class, SessionTest.class, TopicSessionTest.class, UnifiedSessionTest.class, TemporaryTopicTest.class,}) public class JoramCoreAggregationTest extends Assert { - @Rule - public SpawnedVMCheck check = new SpawnedVMCheck(); - /** * Should be overridden *
