Commit 98e3673
[SPARK-54063][SS][FOLLOWUP] Remove
### What changes were proposed in this pull request?
Remove `withTempDir` in `test("SPARK-54063: forceSnapshot metric populated when shouldForceSnapshotOnCommit is true")` because it breaks RocksDB UI Backend CI by causing a timeout https://github.com/apache/spark/actions/runs/19527445536/job/55950300126
### Why are the changes needed?
See above
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
No
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #53141 from zifeif2/fix-trigger-test.
Authored-by: Ubuntu <zifei.feng@your.hostname.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>withTempDirFix from forceSnapshot metric populated when shouldForceSnapshotOnCommit is true test1 parent 8cab074 commit 98e3673
File tree
1 file changed
+10
-12
lines changed- sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state
1 file changed
+10
-12
lines changedLines changed: 10 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2736 | 2736 | | |
2737 | 2737 | | |
2738 | 2738 | | |
2739 | | - | |
2740 | | - | |
2741 | | - | |
2742 | | - | |
2743 | | - | |
2744 | | - | |
2745 | | - | |
2746 | | - | |
2747 | | - | |
2748 | | - | |
2749 | | - | |
2750 | | - | |
| 2739 | + | |
| 2740 | + | |
| 2741 | + | |
| 2742 | + | |
| 2743 | + | |
| 2744 | + | |
| 2745 | + | |
| 2746 | + | |
2751 | 2747 | | |
| 2748 | + | |
| 2749 | + | |
2752 | 2750 | | |
2753 | 2751 | | |
2754 | 2752 | | |
| |||
0 commit comments