-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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-32575][CORE][TESTS] Bump up timeouts in BlockManagerDecommissionIntegrationSuite to reduce flakyness #29388
Conversation
Test build #127220 has finished for PR 29388 at commit
|
Please fill out the description |
Thanks @srowen. cc: @HyukjinKwon and @holdenk ... this PR is ready for review but first it would be great if someone could whitelist it to run on jenkins. |
Jenkins add to white list |
Jenkins ok to test |
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.
Hi, @agrawaldevesh .
Since you are one of the active contributor, it would be great if you file a JIRA and use it in the PR title. :)
- https://spark.apache.org/contributing.html (Section 'Pull Request').
Test build #127245 has finished for PR 29388 at commit
|
I observed the failure here, too. |
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.
+1, LGTM. Thank you, @agrawaldevesh .
Merged to master.
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.
Ah, late LGTM. Thanks
Thanks for taking care of this :) |
…onIntegrationSuite to reduce flakyness ### What changes were proposed in this pull request? As reported by HyukjinKwon, BlockManagerDecommissionIntegrationSuite test is apparently still flaky (even after apache#29226): apache#29226 (comment). The new flakyness is because the executors are not launching in the 6 seconds time out I had given them when run under github checks. Bumped up the timeouts. ### Why are the changes needed? To make this test not flaky so that it can give us high signal if decommissioning regresses. ### Does this PR introduce _any_ user-facing change? No, unit test only check. ### How was this patch tested? No new tests. Just github and jenkins. Closes apache#29388 from agrawaldevesh/more_bm_harden. Authored-by: Devesh Agrawal <devesh.agrawal@gmail.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
What changes were proposed in this pull request?
As reported by @HyukjinKwon, BlockManagerDecommissionIntegrationSuite test is apparently still flaky (even after #29226): #29226 (comment).
The new flakyness is because the executors are not launching in the 6 seconds time out I had given them when run under github checks.
Bumped up the timeouts.
Why are the changes needed?
To make this test not flaky so that it can give us high signal if decommissioning regresses.
Does this PR introduce any user-facing change?
No, unit test only check.
How was this patch tested?
No new tests. Just github and jenkins.