zsy056 commented on PR #3233: URL: https://github.com/apache/thrift/pull/3233#issuecomment-3534718239
workflow failed as expected, I think the failed python test is being fixed in https://github.com/apache/thrift/pull/3231 ``` Executing individual test scripts with various generated code directories Directories to be tested: gen-py-default, gen-py-slots, gen-py-oldstyle, gen-py-no_utf8strings, gen-py-dynamic, gen-py-dynamicslots, gen-py-enum, gen-py-type_hints Scripts to be tested: FastbinaryTest.py, TestFrozen.py, TestRenderedDoubleConstants.py, TSimpleJSONProtocolTest.py, SerializationTest.py, TestEof.py, TestSyntax.py, TestSocket.py, TestTypes.py ---------------- Traceback (most recent call last): File "C:\thrift\test\py\RunClientServer.py", line 334, in <module> sys.exit(main()) ~~~~^^ File "C:\thrift\test\py\RunClientServer.py", line 313, in main runScriptTest(options.libdir, options.gen_base, genpydir, script) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\thrift\test\py\RunClientServer.py", line 93, in runScriptTest env = setup_pypath(libdir, os.path.join(genbase, genpydir)) File "C:\thrift\test\py\RunClientServer.py", line 86, in setup_pypath env['PYTHONPATH'] = os.pathsep.join(dirs) ~~~~~~~~~~~~~~~^^^^^^ TypeError: sequence item 0: expected str instance, NoneType found <end of output> Test time = 0.20 sec ---------------------------------------------------------- Test Failed. ``` -- 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]
