You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by apupier <gi...@git.apache.org> on 2018/10/03 07:48:14 UTC

[GitHub] camel pull request #2547: Check message received in queue in no particular o...

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 <ap...@...>
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 <ap...@redhat.com>

----


---

[GitHub] camel pull request #2547: Check message received in queue in no particular o...

Posted by onderson <gi...@git.apache.org>.
Github user onderson closed the pull request at:

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


---