-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Downgrade version check for ser/de of applyLevelAtTransportLayer flag… #15803
Downgrade version check for ser/de of applyLevelAtTransportLayer flag… #15803
Conversation
❌ Gradle check result for f2ecd71: 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 f2ecd71: 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 f2ecd71: 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? |
f2ecd71
to
a74596b
Compare
❌ Gradle check result for a74596b: 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? |
a74596b
to
eea2ef8
Compare
❌ Gradle check result for eea2ef8: 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? |
… in ClusterHealthRequest Signed-off-by: Swetha Guptha <gupthasg@amazon.com>
eea2ef8
to
13cf320
Compare
❌ Gradle check result for eea2ef8: 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 13cf320: 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? |
@SwethaGuptha Regarding this failure: https://build.ci.opensearch.org/job/gradle-check/47533/, please rebase the changes on latest |
Done. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15803 +/- ##
============================================
+ Coverage 71.84% 71.85% +0.01%
- Complexity 64198 64217 +19
============================================
Files 5272 5272
Lines 300538 300538
Branches 43432 43432
============================================
+ Hits 215915 215963 +48
- Misses 66841 66862 +21
+ Partials 17782 17713 -69 ☔ View full report in Codecov by Sentry. |
… in ClusterHealthRequest (opensearch-project#15803) Signed-off-by: Swetha Guptha <gupthasg@amazon.com>
… in ClusterHealthRequest (opensearch-project#15803) Signed-off-by: Swetha Guptha <gupthasg@amazon.com>
… in ClusterHealthRequest (opensearch-project#15803) Signed-off-by: Swetha Guptha <gupthasg@amazon.com>
… in ClusterHealthRequest (opensearch-project#15803) Signed-off-by: Swetha Guptha <gupthasg@amazon.com>
… in ClusterHealthRequest
Description
#15492 - Downgrade version check for ser/de of applyLevelAtTransportLayer flag in ClusterHealthRequest
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.