You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/10/16 23:08:06 UTC

[jira] [Commented] (THRIFT-3391) Wrong bool formatting in test server

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

Hudson commented on THRIFT-3391:
--------------------------------

SUCCESS: Integrated in Thrift #1691 (See [https://builds.apache.org/job/Thrift/1691/])
THRIFT-3391 Wrong bool formatting in test server Client: Go Patch: Jens (jensg: rev fa0796d33208eadafb6f42964c8ef29d7751bfc2)
* test/go/src/common/printing_handler.go


> Wrong bool formatting in test server
> ------------------------------------
>
>                 Key: THRIFT-3391
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3391
>             Project: Thrift
>          Issue Type: Bug
>          Components: Go - Library
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>            Priority: Trivial
>             Fix For: 1.0
>
>         Attachments: THRIFT-3391-Wrong-bool-formatting-in-test-server.patch
>
>
> The go test server printf()s bools with wrong formatting:
> {code}
> testBool(%!d(bool=true))	
> testBool(%!d(bool=false))
> {code}
> while this is expected:
> {code}
> testBool(true)	
> testBool(false)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)