davsclaus commented on PR #24541:
URL: https://github.com/apache/camel/pull/24541#issuecomment-4922605436

   ⏺ The failing test on PR #24541 is 
JpaPollingConsumerLockEntityTest.testPollingConsumerWithLock in camel-jpa.
   
     It failed on all 3 surefire retries with two different symptoms:
     - Runs 1 & 3: Expected 2 messages on mock://locked but received only 1
     - Run 2: First message body was orders: 2 instead of the expected orders: 
1 (ordering issue)
   
     This looks like a flaky/timing-sensitive test rather than a failure caused 
by the PR's changes (which touch OrderedProperties / containsKey in 
camel-util). The PR has no relation to JPA or
     polling consumers — this is a pre-existing test instability in 
JpaPollingConsumerLockEntityTest.


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