squito commented on a change in pull request #23117: [SPARK-7721][INFRA] Run
and generate test coverage report from Python via Jenkins
URL: https://github.com/apache/spark/pull/23117#discussion_r252321411
##########
File path: dev/run-tests.py
##########
@@ -567,7 +620,11 @@ def main():
modules_with_python_tests = [m for m in test_modules if
m.python_test_goals]
if modules_with_python_tests:
- run_python_tests(modules_with_python_tests, opts.parallelism)
+ # We only run PySpark tests with coverage report in one specific job
with
+ # Spark master with SBT in Jenkins.
+ is_sbt_master_job = "SPARK_MATER_SBT_HADOOP_2_7" in os.environ
Review comment:
typo: `MASTER` not `MATER`. (I guess then this also requires @shaneknapp to
make the corresponding change to keep things aligned?)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]