Commit 5706942
committed
[SPARK-49381][K8S][TESTS] Fix
### What changes were proposed in this pull request?
This PR aims to fix a test case of SPARK-41388 by adding a missed assert.
### Why are the changes needed?
To check the result correctly.
### Does this PR introduce _any_ user-facing change?
No, this is a test case change.
### How was this patch tested?
Pass the CIs with newly added assertion.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #47865 from dongjoon-hyun/SPARK-49381.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>SPARK-41388 test case to assert the result1 parent 4d5b4b5 commit 5706942
File tree
1 file changed
+5
-3
lines changed- resource-managers/kubernetes/core/src/test/scala/org/apache/spark/scheduler/cluster/k8s
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
845 | 845 | | |
846 | 846 | | |
847 | 847 | | |
848 | | - | |
849 | | - | |
| 848 | + | |
| 849 | + | |
850 | 850 | | |
851 | 851 | | |
852 | 852 | | |
853 | 853 | | |
854 | 854 | | |
855 | 855 | | |
856 | | - | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
857 | 859 | | |
858 | 860 | | |
859 | 861 | | |
| |||
0 commit comments