tabish121 commented on code in PR #6109:
URL: https://github.com/apache/artemis/pull/6109#discussion_r2604464412
##########
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlTest.java:
##########
@@ -880,6 +880,24 @@ public void testAddressSizeAfterRestartWithPaging() throws
Exception {
assertEquals(exactPercentBeforeRestart,
addressControl.getAddressLimitPercent());
}
+ @Test
Review Comment:
This test failed when I ran the PR through CI
```
java.lang.Exception: AMQ229069: no operation unBlock/0
at
org.apache.activemq.artemis.tests.integration.management.CoreMessagingProxy.invokeOperation(CoreMessagingProxy.java:82)
at
org.apache.activemq.artemis.tests.integration.management.CoreMessagingProxy.invokeOperation(CoreMessagingProxy.java:66)
at
org.apache.activemq.artemis.tests.integration.management.AddressControlUsingCoreTest$1.unblock(AddressControlUsingCoreTest.java:131)
at
org.apache.activemq.artemis.tests.integration.management.AddressControlTest.testIsBlockedViaManagement(AddressControlTest.java:895)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
```
--
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]