Skip to content

Commit 33c070d

Browse files
committed
Re-add parallel test annotations to DurableSyncNetworkBridgeTest class
1 parent 841385e commit 33c070d

1 file changed

Lines changed: 11 additions & 15 deletions

File tree

activemq-unit-tests/src/test/java/org/apache/activemq/network/DurableSyncNetworkBridgeTest.java

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,10 @@
1616
*/
1717
package org.apache.activemq.network;
1818

19-
import static org.junit.Assert.assertEquals;
20-
import static org.junit.Assert.assertTrue;
21-
22-
import java.io.File;
23-
import java.net.URI;
24-
import java.util.ArrayList;
25-
import java.util.Arrays;
26-
import java.util.Collection;
27-
import java.util.List;
28-
import java.util.concurrent.TimeUnit;
29-
3019
import jakarta.jms.Message;
3120
import jakarta.jms.MessageConsumer;
3221
import jakarta.jms.MessageProducer;
3322
import jakarta.jms.Session;
34-
3523
import org.apache.activemq.ActiveMQConnectionFactory;
3624
import org.apache.activemq.advisory.AdvisoryBroker;
3725
import org.apache.activemq.broker.BrokerPlugin;
@@ -50,7 +38,6 @@
5038
import org.apache.activemq.store.kahadb.disk.journal.Journal.JournalDiskSyncStrategy;
5139
import org.apache.activemq.util.Wait;
5240
import org.apache.activemq.util.Wait.Condition;
53-
import org.apache.activemq.test.annotations.ParallelTest;
5441
import org.junit.After;
5542
import org.junit.Assume;
5643
import org.junit.Before;
@@ -60,12 +47,21 @@
6047
import org.junit.runner.RunWith;
6148
import org.junit.runners.Parameterized;
6249
import org.junit.runners.Parameterized.Parameters;
63-
import org.junit.experimental.categories.Category;
6450
import org.slf4j.Logger;
6551
import org.slf4j.LoggerFactory;
6652

53+
import java.io.File;
54+
import java.net.URI;
55+
import java.util.ArrayList;
56+
import java.util.Arrays;
57+
import java.util.Collection;
58+
import java.util.List;
59+
import java.util.concurrent.TimeUnit;
60+
61+
import static org.junit.Assert.assertEquals;
62+
import static org.junit.Assert.assertTrue;
63+
6764
@RunWith(Parameterized.class)
68-
@Category(ParallelTest.class)
6965
public class DurableSyncNetworkBridgeTest extends DynamicNetworkTestSupport {
7066

7167
protected static final Logger LOG = LoggerFactory.getLogger(DurableSyncNetworkBridgeTest.class);

0 commit comments

Comments
 (0)