You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2014/12/08 21:53:12 UTC

[jira] [Resolved] (THRIFT-2868) Enhance error handling in the Go client

     [ https://issues.apache.org/jira/browse/THRIFT-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Geyer resolved THRIFT-2868.
--------------------------------
    Resolution: Fixed

Committed, thanks!

> Enhance error handling in the Go client 
> ----------------------------------------
>
>                 Key: THRIFT-2868
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2868
>             Project: Thrift
>          Issue Type: Bug
>          Components: Go - Compiler, Go - Library
>    Affects Versions: 0.9.2
>            Reporter: Chi Vinh Le
>            Assignee: Jens Geyer
>             Fix For: 0.9.3
>
>
> The Go client doesn't do proper error checking. E.g. it doesn't check whether the received method name is correct nor if the message type has the expected value.
> The following PR enhances the Go client error handling by the following:
>  - Check if method name is correct -> if not return thrift.WRONG_METHOD_NAME  
>  - Check if MessageType is thrift.REPLY or EXCEPTION -> if not return thrift.INVALID_MESSAGE_TYPE_EXCEPTION
>  - Checking the sequence id is done before checking the message type
> Includes test cases for every error case.
> https://github.com/apache/thrift/pull/297



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