You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/05 20:34:00 UTC

[jira] [Commented] (DISPATCH-1024) Latest version of qpid-proton is causing build issues on Travis, to system tests using incorrect url with user and password

    [ https://issues.apache.org/jira/browse/DISPATCH-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16502444#comment-16502444 ] 

ASF GitHub Bot commented on DISPATCH-1024:
------------------------------------------

GitHub user fgiorgetti opened a pull request:

    https://github.com/apache/qpid-dispatch/pull/317

    DISPATCH-1024 - Fix for system_tests_policy urls using user and password

    

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

    $ git pull https://github.com/fgiorgetti/qpid-dispatch fgiorgetti-DISPATCH-1024

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

    https://github.com/apache/qpid-dispatch/pull/317.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 #317
    
----
commit 85a581394f6c57ba9f8a201a2e1769f4887b5824
Author: Fernando Giorgetti <fg...@...>
Date:   2018-06-05T20:32:38Z

    DISPATCH-1024 - Fix for system_tests_policy urls using user and password

----


> Latest version of qpid-proton is causing build issues on Travis, to system tests using incorrect url with user and password
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DISPATCH-1024
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1024
>             Project: Qpid Dispatch
>          Issue Type: Improvement
>          Components: Tests
>            Reporter: Fernando Giorgetti
>            Priority: Major
>
> Travis build is failing due to latest version of qpid-proton enforcing valid url.
> Currently in system_tests_policy, some tests are invoking qdmanage as:
> qdmanage query --bus *u1:password@amqp://0.0.0.0:29947* --indent=1 --timeout 60.0
> This url is causing proton to raise an exception with the following error:
>  
>  ValueError: Not a valid port number or service name: 'u1'
>  
> URL must be informed as:
> *amqp://u1:password@0.0.0.0:29947*
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org