Commit 7742e73
committed
[SPARK-55709][K8S][TESTS] Fix
### What changes were proposed in this pull request?
This PR aims to fix `ExecutorLifecycleTestUtils.persistentVolumeClaim` to use `ReadWriteOncePod` instead of `ReadWriteOnce`.
### Why are the changes needed?
Since Apache Spark 4.0.0, we used `ReadWriteOncePod` by default. We should test the Apache Spark's behavior consistently.
- #44817
- #44985
### Does this PR introduce _any_ user-facing change?
No, this is a test case change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity`
Closes #54507 from dongjoon-hyun/SPARK-55709.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>ExecutorLifecycleTestUtils.persistentVolumeClaim to use ReadWriteOncePod instead of ReadWriteOnce
1 parent 02453b1 commit 7742e73
File tree
1 file changed
+1
-1
lines changed- resource-managers/kubernetes/core/src/test/scala/org/apache/spark/scheduler/cluster/k8s
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
0 commit comments