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 12:01:02 UTC

[GitHub] camel pull request #2549: Avoid potentially conflicting jetty port during te...

GitHub user apupier opened a pull request:

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

    Avoid potentially conflicting jetty port during test execution

    in case tests are not cleaning correctly the Jetty server or are
    launched in parallel, having different ports will avoid to have port
    still occupied for other tests
    
    Signed-off-by: Aurélien Pupier <ap...@redhat.com>

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

    $ git pull https://github.com/apupier/camel avoidConflictingPorts

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

    https://github.com/apache/camel/pull/2549.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 #2549
    
----
commit 2dd6eaf95d4f787b406682d04c26a324a4b86c8e
Author: Aurélien Pupier <ap...@...>
Date:   2018-10-03T12:00:30Z

    Avoid potentially conflicting jetty port during test execution
    
    in case tests are not cleaning correctly the Jetty server or are
    launched in parallel, having different ports will avoid to have port
    still occupied for other tests
    
    Signed-off-by: Aurélien Pupier <ap...@redhat.com>

----


---