Skip to content
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

Added new test case for bulk delete #878

Merged

Conversation

Harshil-Jani
Copy link
Contributor

@Harshil-Jani Harshil-Jani commented Dec 23, 2024

Description

Added new test case for bulk delete

Issues Resolved

closes #873

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.

Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.39%. Comparing base (ba715b9) to head (991e81e).
Report is 81 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #878      +/-   ##
==========================================
- Coverage   71.95%   70.39%   -1.56%     
==========================================
  Files          91      125      +34     
  Lines        8001     9290    +1289     
==========================================
+ Hits         5757     6540     +783     
- Misses       2244     2750     +506     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Harshil-Jani Harshil-Jani force-pushed the harshil/test-bulk-delete branch from b305e58 to b300889 Compare December 23, 2024 21:05
@dblock
Copy link
Member

dblock commented Dec 24, 2024

Thanks! Try fixing it?

@Harshil-Jani
Copy link
Contributor Author

Sure. Will spend some time this weekend to check if I can find anything.

Signed-off-by: Harshil Jani <harshiljani2002@gmail.com>
@Harshil-Jani Harshil-Jani force-pushed the harshil/test-bulk-delete branch from b300889 to 991e81e Compare December 28, 2024 11:33
@Harshil-Jani Harshil-Jani changed the title Added new test case for bulk delete with single item Added new test case for bulk delete Dec 28, 2024
@Harshil-Jani
Copy link
Contributor Author

Updated the test case with correct usage. It's working as expected. Not a bug anymore.

Copy link
Member

@dblock dblock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the usage mistake? Do we need to make the documentation cleaerer?

I see #873 (comment), let's talk about it there.

@dblock dblock added the skip-changelog Skips changelog verifier label Dec 29, 2024
@dblock dblock merged commit 4cdf81e into opensearch-project:main Dec 29, 2024
34 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Skips changelog verifier
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Bulk operation throwing 'action_request_validation_exception" when doing bulk delete.
2 participants