-
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
Increase cluster publish timeout in flaky test testStaleClusterManage… #13463
Conversation
…rNotHijackingMajority Signed-off-by: Rahul Karajgikar <[email protected]>
❌ Gradle check result for 0851f2e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
@kkmr do examine and comment on flaky tests when you see a gradle build failure when you see it before hitting approve ;) |
org.opensearch.cluster.coordination.AwarenessAttributeDecommissionIT.testConcurrentDecommissionAction |
❌ Gradle check result for 0851f2e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Will add to my workflow :-) |
❌ Gradle check result for 0851f2e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
https://build.ci.opensearch.org/job/gradle-check/38095/ 1 failed test causing gradle check to fail:
known flaky test: #13458 |
❌ Gradle check result for 0851f2e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
This looks like a new one, @rahulkarajgikar care to take a look, open a new issue if it's unrelated, pls? |
looks unrelated since i just increased timeout in test. Created a new issue for this: #13504 |
❌ Gradle check result for 882eb4f: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for c6d19a7: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 504d9e6: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13463 +/- ##
============================================
+ Coverage 71.42% 71.49% +0.07%
- Complexity 59978 60945 +967
============================================
Files 4985 5049 +64
Lines 282275 286682 +4407
Branches 40946 41529 +583
============================================
+ Hits 201603 204977 +3374
- Misses 63999 64731 +732
- Partials 16673 16974 +301 ☔ View full report in Codecov by Sentry. |
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.
Thanks @rahulkarajgikar!
…rNotHijackingMajority (#13463) Signed-off-by: Rahul Karajgikar <[email protected]> Co-authored-by: Rahul Karajgikar <[email protected]> (cherry picked from commit 3b0cd0a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…rNotHijackingMajority (opensearch-project#13463) Signed-off-by: Rahul Karajgikar <[email protected]> Co-authored-by: Rahul Karajgikar <[email protected]>
…rNotHijackingMajority (opensearch-project#13463) Signed-off-by: Rahul Karajgikar <[email protected]> Co-authored-by: Rahul Karajgikar <[email protected]>
…rNotHijackingMajority (opensearch-project#13463) Signed-off-by: Rahul Karajgikar <[email protected]> Co-authored-by: Rahul Karajgikar <[email protected]>
Looks like the backport in #13513 never happened, @rahulkarajgikar can you please make sure it is backported? |
…rNotHijackingMajority (#13463) (#13513) (cherry picked from commit 3b0cd0a) Signed-off-by: Rahul Karajgikar <[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> Co-authored-by: Rahul Karajgikar <[email protected]>
Description
Addresses fix for Flaky Test testStaleClusterManagerNotHijackingMajority which is caused in scenarios of Cluster State not being able to publish within configured timeout of 1s
This change increases the time limit to 2s.
Related Issues
Resolves #1565
Check List
By 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.