James E. King, III created THRIFT-4035:
------------------------------------------
Summary: Thrift ruby runtime does not send unique sequence IDs in
requests according to the unit tests
Key: THRIFT-4035
URL: https://issues.apache.org/jira/browse/THRIFT-4035
Project: Thrift
Issue Type: Bug
Components: Ruby - Library
Affects Versions: 0.10.0
Environment: See Travis CI build job:
https://travis-ci.org/apache/thrift/jobs/193507688
from
https://travis-ci.org/apache/thrift/builds/193507679
This happened while building THRIFT-4033.
Reporter: James E. King, III
{noformat}
Client
Thrift::Client
should re-use iprot for oprot if not otherwise specified
should send a test message
should increment the sequence id when sending messages (PENDING: it seems
sequence ids are completely ignored right now)
should receive a test message
should handle received exceptions
should close the transport if an error occurs while sending a message
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)