Skip to content

[SPARK-58298][PYTHON] Reduce the expected progress for streaming data source tests#57472

Closed
gaogaotiantian wants to merge 1 commit into
apache:masterfrom
gaogaotiantian:reduce-streaming-check
Closed

[SPARK-58298][PYTHON] Reduce the expected progress for streaming data source tests#57472
gaogaotiantian wants to merge 1 commit into
apache:masterfrom
gaogaotiantian:reduce-streaming-check

Conversation

@gaogaotiantian

Copy link
Copy Markdown
Contributor

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.

@uros-b uros-b left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@uros-b uros-b closed this in c579dab 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>
@uros-b

uros-b commented Jul 24, 2026

Copy link
Copy Markdown
Member

Merge Summary:

Posted by merge_spark_pr.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants