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

ASF GitHub Bot commented on PROTON-2190:
----------------------------------------

jiridanek commented on pull request #239: PROTON-2190 Fix url_test.go on macOS
URL: https://github.com/apache/qpid-proton/pull/239
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> [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
>            Priority: Major
>              Labels: macOS
>             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