-
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
Remove one unnecessary test and simply some code in a test #14360
Conversation
Signed-off-by: Liyun Xiu <[email protected]>
❌ Gradle check result for 7241ec7: 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? |
@andrross please take a look at this PR, I'll try to get flaky tests pass once there's no comments to address. |
❌ Gradle check result for 7241ec7: 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 #14360 +/- ##
============================================
+ Coverage 71.42% 71.71% +0.29%
- Complexity 59978 62082 +2104
============================================
Files 4985 5117 +132
Lines 282275 291712 +9437
Branches 40946 42168 +1222
============================================
+ Hits 201603 209202 +7599
- Misses 63999 65275 +1276
- Partials 16673 17235 +562 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Liyun Xiu <[email protected]> (cherry picked from commit 1d14569) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…-project#14360) Signed-off-by: Liyun Xiu <[email protected]>
Signed-off-by: Liyun Xiu <[email protected]> (cherry picked from commit 1d14569) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…14412) (cherry picked from commit 1d14569) Signed-off-by: Liyun Xiu <[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>
…-project#14360) (opensearch-project#14412) (cherry picked from commit 1d14569) Signed-off-by: Liyun Xiu <[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> Signed-off-by: kkewwei <[email protected]>
…-project#14360) Signed-off-by: Liyun Xiu <[email protected]>
Description
This PR is to address undone comments from #14341
Related Issues
#14341
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.