-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[GRPC] Add integration tests for Bulk and Search GRPC endpoints #18366
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Karen Xu <[email protected]>
❌ Gradle check result for 5693e8f: 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? |
CHANGELOG.md
Outdated
@@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
- Add support for `matched_fields` with the unified highlighter ([#18164](https://github.com/opensearch-project/OpenSearch/issues/18164)) | |||
- [repository-s3] Add support for SSE-KMS and S3 bucket owner verification ([#18312](https://github.com/opensearch-project/OpenSearch/pull/18312)) | |||
- Added File Cache Stats - Involves Block level as well as full file level stats ([#17538](https://github.com/opensearch-project/OpenSearch/issues/17479)) | |||
- Add integration tests for Bulk and Search GRPC endpoints ([#18366](https://github.com/opensearch-project/OpenSearch/issues/18366)) |
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.
We can probably skip the changelog for a test-only change
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.
makes sense, removed
Signed-off-by: Karen Xu <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18366 +/- ##
============================================
- Coverage 72.54% 72.46% -0.08%
+ Complexity 67467 67461 -6
============================================
Files 5496 5496
Lines 311449 311449
Branches 45250 45250
============================================
- Hits 225942 225702 -240
- Misses 67052 67334 +282
+ Partials 18455 18413 -42 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
...rpc/src/internalClusterTest/java/org/opensearch/plugin/transport/grpc/DocumentServiceIT.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Karen Xu <[email protected]>
❕ Gradle check result for 7301603: 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. |
Description
Add some integration tests for the DocumentService/Bulk and SearchService/Search GRPC endpoints.
Related Issues
#16783
#16784
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.