-
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
[Backport 2.x] Remove one unnecessary test and simply some code in a test #14412
Conversation
❌ Gradle check result for 7dfa6e5: null 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 PR is stalled because it has been open for 30 days with no activity. |
Signed-off-by: Liyun Xiu <xiliyun@amazon.com> (cherry picked from commit 1d14569) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
7dfa6e5
to
aabec3f
Compare
❌ Gradle check result for aabec3f: 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 @@
## 2.x #14412 +/- ##
============================================
- Coverage 71.59% 71.54% -0.06%
+ Complexity 62621 62553 -68
============================================
Files 5110 5110
Lines 293685 293685
Branches 42801 42801
============================================
- Hits 210265 210112 -153
- Misses 65801 65898 +97
- Partials 17619 17675 +56 ☔ View full report in Codecov by Sentry. |
…-project#14360) (opensearch-project#14412) (cherry picked from commit 1d14569) Signed-off-by: Liyun Xiu <xiliyun@amazon.com> 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> Signed-off-by: kkewwei <kkewwei@163.com>
Backport 1d14569 from #14360.