This is an automated email from the ASF dual-hosted git repository. mattrpav pushed a commit to branch activemq-6.2.x in repository https://gitbox.apache.org/repos/asf/activemq.git
commit 0197fed9479a2fc73bdb8b10dd56d28dae866a11 Author: Matt Pavlovich <[email protected]> AuthorDate: Tue Jul 21 22:02:23 2026 -0500 [#2230] 6.2.x backport fixes for KahaDB isolated cursor fix --- .../activemq/store/kahadb/KahaDBRecoverMessagesIsolatedCursorTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/store/kahadb/KahaDBRecoverMessagesIsolatedCursorTest.java b/activemq-unit-tests/src/test/java/org/apache/activemq/store/kahadb/KahaDBRecoverMessagesIsolatedCursorTest.java index 425fae7f28..ea2065d042 100644 --- a/activemq-unit-tests/src/test/java/org/apache/activemq/store/kahadb/KahaDBRecoverMessagesIsolatedCursorTest.java +++ b/activemq-unit-tests/src/test/java/org/apache/activemq/store/kahadb/KahaDBRecoverMessagesIsolatedCursorTest.java @@ -41,7 +41,6 @@ import org.apache.activemq.store.MessageRecoveryContext; import org.apache.activemq.store.MessageRecoveryListener; import org.apache.activemq.store.MessageStore; import org.apache.activemq.store.ProxyMessageStore; -import org.apache.activemq.test.annotations.ParallelTest; import org.apache.activemq.util.IOHelper; import org.junit.After; import org.junit.Before; @@ -64,7 +63,6 @@ import org.junit.rules.TestName; * Also proves that a isolated-cursor vsite does not consume rolled-back * transactional acks that the live cursor must redeliver. */ -@Category(ParallelTest.class) public class KahaDBRecoverMessagesIsolatedCursorTest { protected BrokerService brokerService = null; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
