You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-52131][INFRA] Upload the application directory when tests for the yarn module fail
### What changes were proposed in this pull request?
This pr adds functionality to upload the contents of the `target/test/data/` directory when the `yarn` module tests fail in GitHub Actions. This directory stores information related to Yarn Applications, such as logs and job configurations. The upload of this directory's contents facilitates troubleshooting when `yarn` module tests encounter failures.
### Why are the changes needed?
This facilitates troubleshooting when tests for the `yarn` module fail.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
- Pass GitHub Actions
- It has been confirmed that the expected files can be downloaded when test failures occur in the `yarn` module.
https://github.com/LuciferYang/spark/actions/runs/15019569409

After unzipping, the contents of the folder are as follows:

### Was this patch authored or co-authored using generative AI tooling?
No
Closes#50891 from LuciferYang/upload-yarn-app-log.
Lead-authored-by: yangjie01 <[email protected]>
Co-authored-by: YangJie <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
0 commit comments