jbertram commented on PR #6063:
URL:
https://github.com/apache/activemq-artemis/pull/6063#issuecomment-3563400789
For what it's worth, this fixes the test:
```diff
diff --git
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/ConnectionCleanupTest.java
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/ConnectionCleanupTest.java
index 2e4a2e05a0..07421e69f4 100644
---
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/ConnectionCleanupTest.java
+++
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/ConnectionCleanupTest.java
@@ -48,6 +48,7 @@ public class ConnectionCleanupTest extends TestCase {
}
connection.doCleanup(true);
+ connection.setWatchTopicAdvisories(false);
connection.setClientID("test");
connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact