Jiri Daněk created PROTON-2190:
----------------------------------

             Summary: [macOS][go] ExampleParseURL test fails on string mismatch 
in assertion
                 Key: PROTON-2190
                 URL: https://issues.apache.org/jira/browse/PROTON-2190
             Project: Qpid Proton
          Issue Type: Test
          Components: go-binding
            Reporter: Jiri Daněk
            Assignee: Jiri Daněk
             Fix For: proton-c-0.31.0


https://travis-ci.org/github/apache/qpid-proton/jobs/672398295

{noformat}
26: --- FAIL: ExampleParseURL (0.00s)
26: got:
26: amqp://username:password@host:1234/path
26: amqp://host:1234
26: amqp://host:amqp
26: amqp://host:amqp/path
26: amqps://host:amqps
26: amqp://localhost:amqp/path
26: amqp://localhost:amqp
26: parse ":1234": missing protocol scheme
26: want:
26: amqp://username:password@host:1234/path
26: amqp://host:1234
26: amqp://host:amqp
26: amqp://host:amqp/path
26: amqps://host:amqps
26: amqp://localhost:amqp/path
26: amqp://localhost:amqp
26: parse :1234: missing protocol scheme
26: FAIL
{noformat}

This looks to be caused by go toolchain upgrade which changed the string format 
of the error message being returned. Notice difference in missing quotation 
marks on last line of output.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to