[
https://issues.apache.org/jira/browse/THRIFT-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14731943#comment-14731943
]
Jens Geyer commented on THRIFT-3296:
------------------------------------
{code}
// Attributes:
// - Xtructs
type Insanity struct {
// unused field # 1
Xtructs []*Xtruct `thrift:"xtructs,2" json:"xtructs"`
}
{code}
> Go cross test does not conform to spec
> --------------------------------------
>
> Key: THRIFT-3296
> URL: https://issues.apache.org/jira/browse/THRIFT-3296
> Project: Thrift
> Issue Type: Bug
> Components: Go - Library, Test Suite
> Reporter: Nobuaki Sukegawa
> Assignee: Nobuaki Sukegawa
> Fix For: 0.9.3
>
>
> Currently Go cross test has following problems
> * Client TestException should not assume exception TypeId according to
> ThriftTest.thrift comment
> * Client insanity test is missing
> * Server insanity test is missing
> It turned out that Go implementation conformance has been quite good.
> After applying the patch, cross test result is almost as good as cpp and java.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)