-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix Flaky Test PersistentTasksExecutorFullRestartIT.testFullClusterRe… #13350
Conversation
…start Signed-off-by: Pranshu Shukla <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13350 +/- ##
============================================
- Coverage 71.42% 71.35% -0.07%
- Complexity 59978 60562 +584
============================================
Files 4985 5039 +54
Lines 282275 285432 +3157
Branches 40946 41337 +391
============================================
+ Hits 201603 203658 +2055
- Misses 63999 64896 +897
- Partials 16673 16878 +205 ☔ View full report in Codecov by Sentry. |
LGTM, finish the PR description/checklist? Mark this as ready and we can merge. |
LGTM @Pranshu-S Can you perform the required actions as mentioned above to merge |
…start (#13350) Signed-off-by: Pranshu Shukla <[email protected]> (cherry picked from commit c055a3d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…start (#13350) (#13371) (cherry picked from commit c055a3d) Signed-off-by: Pranshu Shukla <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Addresses fix for Flaky Test PersistentTasksExecutorFullRestartIT.testFullClusterRestart which is caused in scenarios of Cluster State not being able to remove all the Persistent Tasks as a part of the test in the default 10 seconds time limit.
This change increases the time limit to 20 seconds
Related Issues
Resolves #5145
Check List
New functionality has been documented.New functionality has javadoc addedFailing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)Commit changes are listed out in CHANGELOG.md file (See: Changelog)Public documentation issue/PR createdBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.