grundprinzip opened a new pull request, #37288: URL: https://github.com/apache/spark/pull/37288
### 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. -- 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]
