Github user jeking3 commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/1382#discussion_r148808038
  
    --- Diff: lib/go/test/tests/client_error_test.go ---
    @@ -411,7 +411,7 @@ func TestClientReportTTransportErrors(t *testing.T) {
                if !prepareClientCallReply(protocol, i, err) {
                        return
                }
    -           client := errortest.NewErrorTestClientProtocol(transport, 
protocol, protocol)
    +           client := 
errortest.NewErrorTestClient(thrift.NewTStandardClient(protocol, protocol))
    --- End diff --
    
    Not having to change the test is a better proof that the original method 
works :)


---

Reply via email to