kainjow commented on pull request #2489:
URL: https://github.com/apache/thrift/pull/2489#issuecomment-1019515339
A few failures, but seems like flaky tests. I spotted this in 2 runs:
```
Testing script: /usr/bin/python /thrift/src/test/py/FastbinaryTest.py
----
Traceback (most recent call last):
File "/thrift/src/test/py/FastbinaryTest.py", line 42, in <module>
from DebugProtoTest import Srv
ImportError: No module named DebugProtoTest
*** FAILED ***
LIBDIR: /thrift/src/lib/py/build/lib.linux-x86_64-2.7
PY_GEN: gen-py-enum
SCRIPT: FastbinaryTest.py
Traceback (most recent call last):
File "./RunClientServer.py", line 323, in <module>
sys.exit(main())
File "./RunClientServer.py", line 302, in main
runScriptTest(options.libdir, options.gen_base, genpydir, script)
File "./RunClientServer.py", line 103, in runScriptTest
raise Exception("Script subprocess failed, retcode=%d, args: %s" % (ret,
' '.join(script_args)))
Exception: Script subprocess failed, retcode=1, args: /usr/bin/python
/thrift/src/test/py/FastbinaryTest.py
[0;31mFAIL[m: RunClientServer.py
[0;31m==================[m
[0;31m1 of 1 test failed[m
[0;31m==================[m
Makefile:532: recipe for target 'check-TESTS' failed
make[4]: *** [check-TESTS] Error 1
make[4]: Leaving directory '/thrift/src/test/py'
Makefile:658: recipe for target 'check-am' failed
make[3]: *** [check-am] Error 2
make[3]: Leaving directory '/thrift/src/test/py'
Makefile:661: recipe for target 'check' failed
make[2]: *** [check] Error 2
make[2]: Leaving directory '/thrift/src/test/py'
Makefile:622: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/thrift/src/test'
Makefile:680: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
travis_time:end:05c23b76:start=1642914601939318320,finish=1642916011287231557,duration=1409347913237,event=script
[0K[31;1mThe command "build/docker/run.sh" exited with 2.[0m
Done. Your build exited with 1.
```
and did hit this locally. I'd have to run the test command twice for it to
pass. I think there's some CMake dependency issue. Can continue to look at it
for a future PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]