Github user cdwijayarathna commented on the pull request:
https://github.com/apache/thrift/pull/194#issuecomment-52760264
@bufferoverflow committed suggested changes in java, cpp, py.
Since python uses unittest framework, using exit(ret), stopped printing
failure details of failed tests in command line.
eg:-
FAIL: testString (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "py/TestClient.py", line 125, in testString
raise AssertionError( e.args )
AssertionError:
("'PythonPythonPythonPythonPythonPythonPythonPythonPythonPythonPythonPythonPythonPythonPythonPythonPythonPythonPythonPython'
!=
'PythoPythoPythoPythoPythoPythoPythoPythoPythoPythoPythoPythoPythoPythoPythoPythoPythoPythoPythoPytho'",)
----------------------------------------------------------------------
Ran 18 tests in 1.256s
FAILED (failures=1)
I couldn't found any way to exit(ret) with keeping above, I'll check more
if any better solution.
Ruby is also 75% implemented, I'll finish it soon and commit.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---