You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-53345][SS][TESTS] Use withTempDir for consistent directory across restarts in streaming test
### What changes were proposed in this pull request?
Use withTempDir for consistent directory across restarts in test.
### Why are the changes needed?
Test was flaky due to using an unpredictable temp directory for a streaming query that tests against restarts. This test was introduced in SPARK-53069.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Test only change.
### Was this patch authored or co-authored using generative AI tooling?
No
Closes#52088 from dylanwong250/SPARK-53345.
Authored-by: Dylan Wong <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
0 commit comments