You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Karen Lease (Jira)" <ji...@apache.org> on 2021/11/08 17:23:00 UTC

[jira] [Created] (CAMEL-17180) MulticastParallel tests for timeouts are often flaky

Karen Lease created CAMEL-17180:
-----------------------------------

             Summary: MulticastParallel tests for timeouts are often flaky
                 Key: CAMEL-17180
                 URL: https://issues.apache.org/jira/browse/CAMEL-17180
             Project: Camel
          Issue Type: Sub-task
          Components: camel-core
    Affects Versions: 3.13.0
            Reporter: Karen Lease


Tests using parallel multicast processing with timeouts and/or delays frequently fail on the first run when using JUnit5 parallel processing. The multicast target threads are not always scheduled to run before the timeout is exceeded.

These tests usually succeed when rerun as there is less contention.

Annotating the tests with @org.junit.jupiter.api.parallel.Isolated resolves this issue.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)