Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
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.