zhengruifeng commented on PR #51149: URL: https://github.com/apache/spark/pull/51149#issuecomment-3086229182
> In addition to the compilation, this triggers the whole testing twice if it fails, @zhengruifeng ? hmm, after checking the `run-tests.py`, I think it works in this way: 1, call `build_apache_spark` to build, which internally calls `build_spark_maven` or `build_spark_sbt(with retry=3)`; 2, call `run_scala_tests` for scala tests; 3, call `run_python_tests` for python tests; 4, other tests like `run_python_packaging_tests`, `run_sparkr_tests` Since the `retry` is only enabled in `build_spark_sbt`, I think it won't re-trigger the whole testing when some tests fail -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
