Details
-
Test
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
https://travis-ci.org/github/apache/qpid-proton/jobs/672398295
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
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.
Attachments
Issue Links
- links to