[SPARK-58298][PYTHON] Reduce the expected progress for streaming data source tests#57472
Closed
gaogaotiantian wants to merge 1 commit into
Closed
[SPARK-58298][PYTHON] Reduce the expected progress for streaming data source tests#57472gaogaotiantian wants to merge 1 commit into
gaogaotiantian wants to merge 1 commit into
Conversation
HyukjinKwon
approved these changes
Jul 24, 2026
uros-b
pushed a commit
that referenced
this pull request
Jul 24, 2026
… source tests ### What changes were proposed in this pull request? Reduce the expected progress update from 10 to 5 ### Why are the changes needed? 10 is an arbitrary number just to confirm the progress is working properly. Reducing the number keeps the coverage while reduce the time for the test to run. Also, we've experienced a few times when the first cold query took too long so the 10 progress update did not finish in 30s. Reducing the number will also stabilize the tests a bit. ### Does this PR introduce _any_ user-facing change? No. Test only. ### How was this patch tested? CI. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #57472 from gaogaotiantian/reduce-streaming-check. Authored-by: Tian Gao <gaogaotiantian@hotmail.com> Signed-off-by: Uros Bojanic <221401595+uros-b@users.noreply.github.com> (cherry picked from commit c579dab) Signed-off-by: Uros Bojanic <221401595+uros-b@users.noreply.github.com>
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Reduce the expected progress update from 10 to 5
Why are the changes needed?
10 is an arbitrary number just to confirm the progress is working properly. Reducing the number keeps the coverage while reduce the time for the test to run.
Also, we've experienced a few times when the first cold query took too long so the 10 progress update did not finish in 30s. Reducing the number will also stabilize the tests a bit.
Does this PR introduce any user-facing change?
No. Test only.
How was this patch tested?
CI.
Was this patch authored or co-authored using generative AI tooling?
No.