Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-49696][SQL][TESTS] Disable flaky test `Cancellation APIs in Sp…
…arkSession are isolated` ### What changes were proposed in this pull request? This PR disables a flaky test `SparkSessionJobTaggingAndCancellationSuite.Cancellation APIs in SparkSession are isolated` (failure example: https://github.com/apache/spark/actions/runs/10915451051/job/30295259985). The flakiness is caused by CI sometimes creating only 2 threads instead of the requested 3. We should refactor the test to use only 2 threads. I created https://issues.apache.org/jira/browse/SPARK-50205 to fix and re-enable this test case. ### Why are the changes needed? To keep the CI green. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? N/A. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#48736 from xupefei/SPARK-50205. Authored-by: Paddy Xu <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information