Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-39870][PYTHON][TESTS] Add flag to 'run-tests.py' to support re…
…taining the output ### What changes were proposed in this pull request? This patch adds a new flag to 'run-tests.py' that supports retaining the output of the run test. Previously all log files and data will be deleted as soon as the test successfully finishes. This makes it harder to write and debug test cases when incrementally developing. The new flag uses the already exising 'target' flag to redirect the test output to this location and simply bypass the deletion in the end. The semantics of the test output are not changed. ### Does this PR introduce _any_ user-facing change? Adds a new flag to the 'run-tests.py' script. The flag is by default unused. ### How was this patch tested? Manually tested with and without the flag for successful and failing tests. Closes apache#37288 from grundprinzip/pyspark_runtests. Lead-authored-by: Martin Grund <martin.grund@databricks.com> Co-authored-by: Martin Grund <grundprinzip@gmail.com> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
- Loading branch information