-
Notifications
You must be signed in to change notification settings - Fork 28.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPARK-50864][TESTS] Disable slow tests #49664
Conversation
ah, only an empty commit doesn't trigger pyspark tests. Let me try something else. |
@zhengruifeng I guess my repo is hitting SPARK-50864? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am fine with this change
Thanks! merging to master. |
### What changes were proposed in this pull request? Disables slow tests: - `TorchDistributorDataLoaderUnitTests` - `TorchDistributorBaselineUnitTestsOnConnect` ### Why are the changes needed? The tests above are slow or stuck, similar to other disabled tests for [SPARK-50864](https://issues.apache.org/jira/browse/SPARK-50864). ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Run on the GHA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#49664 from ueshin/gha_test. Authored-by: Takuya UESHIN <[email protected]> Signed-off-by: Takuya Ueshin <[email protected]>
### What changes were proposed in this pull request? Disables slow tests: - `TorchDistributorDataLoaderUnitTests` - `TorchDistributorBaselineUnitTestsOnConnect` ### Why are the changes needed? The tests above are slow or stuck, similar to other disabled tests for [SPARK-50864](https://issues.apache.org/jira/browse/SPARK-50864). ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Run on the GHA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#49664 from ueshin/gha_test. Authored-by: Takuya UESHIN <[email protected]> Signed-off-by: Takuya Ueshin <[email protected]>
What changes were proposed in this pull request?
Disables slow tests:
TorchDistributorDataLoaderUnitTests
TorchDistributorBaselineUnitTestsOnConnect
Why are the changes needed?
The tests above are slow or stuck, similar to other disabled tests for SPARK-50864.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Run on the GHA.
Was this patch authored or co-authored using generative AI tooling?
No.