-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[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
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? |
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. |
…search-project#18366) * Add integration tests for Bulk and Search GRPC endpoints Signed-off-by: Karen Xu <[email protected]> * fix assertion for shard info and remove changelog entry Signed-off-by: Karen Xu <[email protected]> * use a common GRPC test base Signed-off-by: Karen Xu <[email protected]> --------- Signed-off-by: Karen Xu <[email protected]>
…search-project#18366) * Add integration tests for Bulk and Search GRPC endpoints Signed-off-by: Karen Xu <[email protected]> * fix assertion for shard info and remove changelog entry Signed-off-by: Karen Xu <[email protected]> * use a common GRPC test base Signed-off-by: Karen Xu <[email protected]> --------- Signed-off-by: Karen Xu <[email protected]>
…search-project#18366) * Add integration tests for Bulk and Search GRPC endpoints Signed-off-by: Karen Xu <[email protected]> * fix assertion for shard info and remove changelog entry Signed-off-by: Karen Xu <[email protected]> * use a common GRPC test base Signed-off-by: Karen Xu <[email protected]> --------- Signed-off-by: Karen Xu <[email protected]>
…search-project#18366) * Add integration tests for Bulk and Search GRPC endpoints Signed-off-by: Karen Xu <[email protected]> * fix assertion for shard info and remove changelog entry Signed-off-by: Karen Xu <[email protected]> * use a common GRPC test base Signed-off-by: Karen Xu <[email protected]> --------- Signed-off-by: Karen Xu <[email protected]>
…search-project#18366) * Add integration tests for Bulk and Search GRPC endpoints Signed-off-by: Karen Xu <[email protected]> * fix assertion for shard info and remove changelog entry Signed-off-by: Karen Xu <[email protected]> * use a common GRPC test base Signed-off-by: Karen Xu <[email protected]> --------- Signed-off-by: Karen Xu <[email protected]>Signed-off-by: TJ Neuenfeldt <[email protected]>
…search-project#18366) * Add integration tests for Bulk and Search GRPC endpoints Signed-off-by: Karen Xu <[email protected]> * fix assertion for shard info and remove changelog entry Signed-off-by: Karen Xu <[email protected]> * use a common GRPC test base Signed-off-by: Karen Xu <[email protected]> --------- Signed-off-by: Karen Xu <[email protected]>
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.