jamesnetherton commented on issue #5081: URL: https://github.com/apache/camel-quarkus/issues/5081#issuecomment-1824028208
Not sure if the problem is with test order as this issue title implies. When the failure occurs, the `hazelcast-map:foo-map` route `when` clause for the `removed` action never runs. I see the `ProducerTemplate` send the delete request, but it never seems to arrive at the Camel route. I notice on failure this log message after the delete request is sent: ``` 2023-11-23 08:52:47,883 INFO [com.haz.cli.imp.pro.tas.AuthenticationMessageTask] (hz.cranky_booth.priority-generic-operation.thread-0) [127.0.0.1]:5702 [dev] [5.2.3] Received auth from Connection[id=2, /127.0.0.1:5702->/127.0.0.1:59105, qualifier=null, endpoint=[127.0.0.1]:59105, remoteUuid=92c14817-b631-4d7e-83da-8e2d6805bf5b, alive=true, connectionType=JVM, planeIndex=-1], successfully authenticated, clientUuid: 92c14817-b631-4d7e-83da-8e2d6805bf5b, client name: hz.client_1, client version: 5.2.3 ``` When the test is successful, this message comes far earlier before the tests run. Maybe there is some kind of race with Hazelcast sometimes not being fully initialized before tests run? -- 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]
