attilapiros commented on pull request #32169: URL: https://github.com/apache/spark/pull/32169#issuecomment-820199894
Jenkins result is strange as even with multiple python versions the test pass locally: ``` $ python/run-tests --testnames pyspark.tests.test_taskcontext Running PySpark tests. Output is in /Users/attilazsoltpiros/git/attilapiros/spark/python/unit-tests.log Will test against the following Python executables: ['python3.6', 'pypy3'] Will test the following Python tests: ['pyspark.tests.test_taskcontext'] python3.6 python_implementation is CPython python3.6 version is: Python 3.6.13 pypy3 python_implementation is PyPy pypy3 version is: Python 3.6.12 (db1e853f94de, Nov 18 2020, 09:49:36) [PyPy 7.3.3 with GCC Apple LLVM 12.0.0 (clang-1200.0.32.27)] Starting test(python3.6): pyspark.tests.test_taskcontext Starting test(pypy3): pyspark.tests.test_taskcontext Finished test(python3.6): pyspark.tests.test_taskcontext (49s) Finished test(pypy3): pyspark.tests.test_taskcontext (62s) Tests passed in 62 seconds ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
