Commit 8294c59
[SPARK-48138][CONNECT][TESTS] Disable a flaky
### What changes were proposed in this pull request?
This PR aims to disable a flaky test, `SparkSessionE2ESuite.interrupt tag`, temporarily.
To re-enable this, SPARK-48139 is created as a blocker issue for 4.0.0.
### Why are the changes needed?
This test case was added at `Apache Spark 3.5.0` but has been unstable unfortunately until now.
- #42009
We tried to stabilize this test case before `Apache Spark 4.0.0-preview`.
- #45173
- #46374
However, it's still flaky.
- https://github.com/apache/spark/actions/runs/8962353911/job/24611130573 (Master, 2024-05-05)
- https://github.com/apache/spark/actions/runs/8948176536/job/24581022674 (Master, 2024-05-04)
This PR aims to stablize CI first and to focus this flaky issue as a blocker level before going on `Spark Connect GA` in SPARK-48139 before Apache Spark 4.0.0.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #46396 from dongjoon-hyun/SPARK-48138.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>SparkSessionE2ESuite.interrupt tag test1 parent 8094535 commit 8294c59
File tree
1 file changed
+2
-1
lines changed- connector/connect/client/jvm/src/test/scala/org/apache/spark/sql
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
0 commit comments