Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-1024

Latest version of qpid-proton is causing build issues on Travis, to system tests using incorrect url with user and password

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0
    • Tests
    • None

    Description

      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

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              fgiorget Fernando Giorgetti
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: