Github user Jens-G commented on the issue: https://github.com/apache/thrift/pull/1156 ``` src/common/clientserver_test.go:61: cannot use handler (type *MockThriftTest) as type thrifttest.ThriftTest in argument to GetServerParams: *MockThriftTest does not implement thrifttest.ThriftTest (wrong type for TestSet method) have TestSet(map[int32]struct {}) (map[int32]struct {}, error) want TestSet([]int32) ([]int32, error) src/common/clientserver_test.go:226: cannot use s (type map[int32]struct {}) as type []int32 in argument to client.TestSet FAIL common [build failed] make[2]: *** [check] Error 2 make[2]: Leaving directory `/thrift/src/test/go' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/thrift/src/test' make: *** [check-recursive] Error 1 ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---