-
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
Adding Integration Test for Index_Node_Left_Delayed_Timeout setting #13813
Adding Integration Test for Index_Node_Left_Delayed_Timeout setting #13813
Conversation
Signed-off-by: Harsh Garg <[email protected]>
❌ Gradle check result for 3e19a5d: 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? |
server/src/internalClusterTest/java/org/opensearch/gateway/RecoveryFromGatewayIT.java
Show resolved
Hide resolved
server/src/internalClusterTest/java/org/opensearch/gateway/RecoveryFromGatewayIT.java
Show resolved
Hide resolved
server/src/internalClusterTest/java/org/opensearch/gateway/RecoveryFromGatewayIT.java
Show resolved
Hide resolved
Signed-off-by: Harsh Garg <[email protected]>
❕ Gradle check result for 54c7e06: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13813 +/- ##
============================================
+ Coverage 71.42% 71.63% +0.21%
- Complexity 59978 61268 +1290
============================================
Files 4985 5062 +77
Lines 282275 287907 +5632
Branches 40946 41692 +746
============================================
+ Hits 201603 206235 +4632
- Misses 63999 64655 +656
- Partials 16673 17017 +344 ☔ 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.
LGTM
server/src/internalClusterTest/java/org/opensearch/gateway/RecoveryFromGatewayIT.java
Show resolved
Hide resolved
… mode Signed-off-by: Harsh Garg <[email protected]>
❌ Gradle check result for 52421bd: 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? |
Signed-off-by: Harsh Garg <[email protected]>
❌ Gradle check result for 12cd753: 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? |
Closing this PR. It has been addressed as part of this test. |
Description
This change adds an integ test to simulate the behaviour called out in #13962.
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.