-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-54063][SS][FOLLOWUP] Remove withTempDirFix from forceSnapshot metric populated when shouldForceSnapshotOnCommit is true test
#53141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @zifeif2 . I verified locally.
withTempDirFix from SPARK-54063: forceSnapshot metric populated when shouldForceSnapshotOnCommit is true test
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pending CIs.
withTempDirFix from SPARK-54063: forceSnapshot metric populated when shouldForceSnapshotOnCommit is true testwithTempDirFix from SPARK-54063: forceSnapshot metric populated when shouldForceSnapshotOnCommit is true test
withTempDirFix from SPARK-54063: forceSnapshot metric populated when shouldForceSnapshotOnCommit is true testwithTempDirFix from forceSnapshot metric populated when shouldForceSnapshotOnCommit is true test
|
I verified manually both test suites with/without |
|
To make it sure, I triggered the CI here. |
|
Thanks for the quick fix, @zifeif2 ! |
…ot metric populated when shouldForceSnapshotOnCommit is true` test
### 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 apache#53141 from zifeif2/fix-trigger-test.
Authored-by: Ubuntu <zifei.feng@your.hostname.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
…ot metric populated when shouldForceSnapshotOnCommit is true` test
### 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 apache#53141 from zifeif2/fix-trigger-test.
Authored-by: Ubuntu <zifei.feng@your.hostname.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
What changes were proposed in this pull request?
Remove
withTempDirintest("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/55950300126Why 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