Skip to content
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

[SPARK-48800][CONNECT][SS] Deflake ClientStreamingQuerySuite #47205

Closed
wants to merge 3 commits into from

Conversation

WweiL
Copy link
Contributor

@WweiL WweiL commented Jul 4, 2024

What changes were proposed in this pull request?

The listener test in ClientStreamingQuerySuite is flaky.

For client side listeners, the terminated events might take a while before arriving to the client. This test is currently flaky, example: https://github.com/anishshri-db/spark/actions/runs/9785389228/job/27018350836

This PR tries to deflake it by waiting for a longer time.

Why are the changes needed?

Deflake test

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

Copy link
Contributor

@allisonwang-db allisonwang-db left a comment

Choose a reason for hiding this comment

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

Can we add [CONNECT][SS] in the PR title as well?

@WweiL WweiL changed the title [SPARK-48800] Deflake ClientStreamingQuerySuite [SPARK-48800][CONNECT][SS] Deflake ClientStreamingQuerySuite Jul 6, 2024
@WweiL
Copy link
Contributor Author

WweiL commented Jul 6, 2024

Thanks! Added @allisonwang-db

Copy link
Contributor

@HeartSaVioR HeartSaVioR left a comment

Choose a reason for hiding this comment

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

+1

@HeartSaVioR
Copy link
Contributor

Thanks! Merging to master.

ericm-db pushed a commit to ericm-db/spark that referenced this pull request Jul 10, 2024
### What changes were proposed in this pull request?

The listener test in `ClientStreamingQuerySuite` is flaky.

For client side listeners, the terminated events might take a while before arriving to the client. This test is currently flaky, example: https://github.com/anishshri-db/spark/actions/runs/9785389228/job/27018350836

This PR tries to deflake it by waiting for a longer time.

### Why are the changes needed?

Deflake test

### 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 apache#47205 from WweiL/deflake-listener-client-scala.

Authored-by: Wei Liu <[email protected]>
Signed-off-by: Jungtaek Lim <[email protected]>
jingz-db pushed a commit to jingz-db/spark that referenced this pull request Jul 22, 2024
### What changes were proposed in this pull request?

The listener test in `ClientStreamingQuerySuite` is flaky.

For client side listeners, the terminated events might take a while before arriving to the client. This test is currently flaky, example: https://github.com/anishshri-db/spark/actions/runs/9785389228/job/27018350836

This PR tries to deflake it by waiting for a longer time.

### Why are the changes needed?

Deflake test

### 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 apache#47205 from WweiL/deflake-listener-client-scala.

Authored-by: Wei Liu <[email protected]>
Signed-off-by: Jungtaek Lim <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants