You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/22 15:56:02 UTC

[GitHub] [camel] klease opened a new pull request #6585: CAMEL-17064: reduce flakes in camel core unit tests

klease opened a new pull request #6585:
URL: https://github.com/apache/camel/pull/6585


   Address issues described in subtasks of CAMEL-17064 which cause some core tests to fail
   on the first test run due to use of Junit5 parallel execution.
   CAMEL-17180: Tests using camel timeouts are not reliable when several tests are run in parallel. 
   Add the Junit @Isolated notation to ensure that these tests are not run at the same time as others.
   CAMEL-17297: DurationRoutePolicy test cases are improved by adding a delay before starting the timer.
   CAMEL-17349: AggregateTimeoutWith{No}ExecutorServiceTest are corrected by ensuring that only
   threads for the relevant context are counted.
   CAMEL-17343: Modify SedaDefaultDiscardWhenFullTest and SedaDiscardWhenFullTest to ensure that the mock has consumed an event instead of relying solely on timeout.
   Other: TwoRouteSuspendResumeTest was checking a queue for seda:bar which is not a route in
   this tests; changed the test to check the seda:foo queue instead.
   


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel] davsclaus merged pull request #6585: CAMEL-17064: reduce flakes in camel core unit tests

Posted by GitBox <gi...@apache.org>.
davsclaus merged pull request #6585:
URL: https://github.com/apache/camel/pull/6585


   


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org