Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/22231#discussion_r217626074
--- Diff: dev/run-tests-jenkins.py ---
@@ -131,7 +131,7 @@ def run_tests(tests_timeout):
ERROR_CODES["BLOCK_PYSPARK_UNIT_TESTS"]: 'PySpark unit tests',
ERROR_CODES["BLOCK_PYSPARK_PIP_TESTS"]: 'PySpark pip packaging
tests',
ERROR_CODES["BLOCK_SPARKR_UNIT_TESTS"]: 'SparkR unit tests',
- ERROR_CODES["BLOCK_TIMEOUT"]: 'from timeout after a configured
wait of \`%s\`' % (
+ ERROR_CODES["BLOCK_TIMEOUT"]: 'from timeout after a configured
wait of %s' % (
--- End diff --
Can you just backquote here too likewise? Does this fail?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]