-
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
Explicitly set the include discovery nodes flag for reload secure set… #15972
Explicitly set the include discovery nodes flag for reload secure set… #15972
Conversation
268dbaf
to
079940c
Compare
❌ Gradle check result for 268dbaf: 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 079940c: 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? |
Flaky test #15812 |
079940c
to
3e70fc2
Compare
❌ Gradle check result for 3e70fc2: 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? |
Flaky test #14311 |
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.
Code LGTM but I'm missing the context of this. Is there a bug/issue documenting why it is needed?
3e70fc2
to
1bb8a65
Compare
❌ Gradle check result for 1bb8a65: 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 is in continuation to the PR #15131. |
❌ Gradle check result for 1bb8a65: 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? |
…quest. Signed-off-by: Swetha Guptha <[email protected]>
1bb8a65
to
3811ea6
Compare
…te-nodes-flag-in-secure-setting-action
❌ Gradle check result for 3811ea6: 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 a931a05: 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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15972 +/- ##
============================================
+ Coverage 71.90% 71.97% +0.06%
+ Complexity 64392 64338 -54
============================================
Files 5278 5278
Lines 300877 300877
Branches 43478 43478
============================================
+ Hits 216351 216550 +199
+ Misses 66747 66530 -217
- Partials 17779 17797 +18 ☔ View full report in Codecov by Sentry. |
Flaky test #14289 |
620db0a
into
opensearch-project:main
…quest. (#15972) Signed-off-by: Swetha Guptha <[email protected]> (cherry picked from commit 620db0a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…quest. (opensearch-project#15972) Signed-off-by: Swetha Guptha <[email protected]>
…quest. (#15972) (#15992) (cherry picked from commit 620db0a) Signed-off-by: Swetha Guptha <[email protected]>
…quest. (opensearch-project#15972) Signed-off-by: Swetha Guptha <[email protected]>
…quest. (opensearch-project#15972) Signed-off-by: Swetha Guptha <[email protected]>
…quest. (opensearch-project#15972) Signed-off-by: Swetha Guptha <[email protected]>
…ting request
Description
Explicitly setting the include discovery nodes flag for reload secure setting request, so that the behavior of the action remains same when the default value is changed.
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.