GitHub user apupier opened a pull request:

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

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

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

    https://github.com/apache/camel/pull/2547.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 #2547
    
----
commit 0cfc2e25b2d6d4f6553e4f65172a81cef2d9e82a
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