pomack / thrift4go

Apache Thrift for the Go Language
129 stars 23 forks source link

Add End-to-End Test with Java Server and Go Client for Interoperability Testing #42

Closed matttproud closed 12 years ago

matttproud commented 12 years ago

This captures a bunch of small changes. If you read one of the commit logs, there is a broken test that is commented out. It will be first order of business to investigate its cause and fix it after this here is committed. Sadly, it is hard to say whether the regression is new or not. Once this is fixed, I think providing a Go server and a Java client for a test will be a top priority.

matttproud commented 12 years ago

OK. I am a big idiot: TSimpleJSON is never meant for programmatic consumption between Thrift client and servers. Please disregard my comments above. I will adjust this pull request to not denote that there is, in fact, an error. :-)

pomack commented 12 years ago

Yeah, TSimpleJSON was designed for me to test the Go Remote Server works through the command line. I think all languages should be able to do TSimpleJSON, but I made that protocol up myself.