GitHub user apupier opened a pull request:

    https://github.com/apache/camel/pull/2546

    Check message received in queue in no particular order

    there is no expected order from product side. The tests were checking
    them in a particular order.
    
    
    was to avoid 
https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel.daily/172/testReport/junit/org.apache.camel.component.reactive.streams/DirectClientAPITest/Test_JDK_9___testDirectCallWithExchange_on_testDirectCallWithExchange_org_apache_camel_component_reactive_streams_DirectClientAPITest_/
    
    i'm not sure if it was a bug in Camel which is not enforcing the order in 
the list or if it is that the test should not expect a specific order.
    This PR took the party that the retrived list can be done in any order and 
then updates the tests.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apupier/camel 
camel-2.21.x-testResultInNoParticularOrder

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/2546.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2546
    
----
commit 42a2f3b3831e502e6b963d3f92ec20e5850613ab
Author: Aurélien Pupier <apupier@...>
Date:   2018-10-03T07:35:58Z

    Check message received in queue in no particular order
    
    there is no expected order from product side. The tests were checking
    them in a particular order.
    
    Signed-off-by: Aurélien Pupier <[email protected]>

----


---

Reply via email to