Commit b64383c
[SPARK-48139][CONNECT][TESTS] Re-enable
### What changes were proposed in this pull request?
This PR proposes to re-enable `SparkSessionE2ESuite.interrupt tag`.
This test was disabled in SPARK-48138 due to its flakiness. Based on my analysis, the flakiness was caused by the following issues.
* SPARK-50889
* SPARK-53673
* SPARK-53339
Now all the issues above have been addressed for `4.2.0` so `SparkSessionE2ESuite.interrupt tag` is ready to be enabled.
### Why are the changes needed?
For better test coverage.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
GA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #54863 from sarutak/reenable-SparkSessionE2ESuite.
Authored-by: Kousuke Saruta <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>SparkSessionE2ESuite.interrupt tag
1 parent 2bc6f75 commit b64383c
File tree
1 file changed
+1
-2
lines changed- sql/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
| 141 | + | |
143 | 142 | | |
144 | 143 | | |
145 | 144 | | |
| |||
0 commit comments