[
https://issues.apache.org/jira/browse/PROTON-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17085206#comment-17085206
]
ASF subversion and git services commented on PROTON-2190:
---------------------------------------------------------
Commit 5f4dc95bf6a21400a0f3d7db80d269ec2ee845b0 in qpid-proton's branch
refs/heads/master from Jiri Daněk
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=5f4dc95 ]
PROTON-2190 Fix url_test.go on macOS (#239)
> [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]