mattrpav opened a new pull request, #2545: URL: https://github.com/apache/activemq/pull/2545
RuntimeConfigurationBroker records the file time of its last completed update attempt. The test support bumps the config file's modification time itself and waits for that record to reach it, so the 4s sleeps after every broker start and config change go away. The Java plugin setters apply synchronously or on the next addDestination, so the sleeps after them were dead. The filtered composite queue check proves a rejected message was dropped by ordering rather than by a 10s timeout. Module run: 76 tests, 8.3 min down to 52s. -- 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
