gtully commented on code in PR #4228:
URL: https://github.com/apache/activemq-artemis/pull/4228#discussion_r976462380


##########
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ConfigurationTest.java:
##########
@@ -122,6 +124,9 @@ public void testPropertiesConfigReload() throws Exception {
             return mytopic_31.getBindings().size() == 3;
          });
 
+         // verify round trip apply
+         
Assert.assertTrue(server.getActiveMQServerControl().getStatus().contains("2"));

Review Comment:
   they are atomic enough via the configuration reload. A new instance is 
created/modified and swapped. What I want to know in this case is that a reload 
has happened.



-- 
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]

Reply via email to