gtully commented on a change in pull request #3924:
URL: https://github.com/apache/activemq-artemis/pull/3924#discussion_r790754763
##########
File path:
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/server/config/JMSServerPropertyConfigTest.java
##########
@@ -78,7 +78,31 @@ public void testConfigViaBrokerPropertiesFromClasspath()
throws Exception {
server.setConfiguration(configuration);
server.start();
- assertEquals("ConfiguredViaProperties",
server.getActiveMQServer().getConfiguration().getName());
+ assertEquals(-2,
server.getActiveMQServer().getConfiguration().getGracefulShutdownTimeout());
Review comment:
the hint is in the name, and most config defaults to -1, -2 is plainly
odd just for that reason!
--
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]