gurpartap3697 opened a new pull request, #1906: URL: https://github.com/apache/activemq/pull/1906
### Description: DurableSubInBrokerNetworkTest was intermittently failing in CI due to timing issues. `setUp()` started the `DiscoveryNetworkConnector` and immediately let tests run, with no guarantee the bridge was established. After creating/removing durable subscriptions, the tests slept 100ms and then checked state with a single synchronous query. On slow or loaded CI machines, 100ms is insufficient for subscription changes to propagate across the broker network. ### Error: ``` Error: DurableSubInBrokerNetworkTest>CombinationTestSupport.runBare:113->CombinationTestSupport.runBare:107->testDurableSubNetwork:103 ``` ref: https://github.com/apache/activemq/actions/runs/24242348177/job/70780252784 -- 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
