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

bugfix: Document ID Issue in BulkInsert #17

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

GokselKUCUKSAHIN
Copy link
Member

This PR fixes a bug where the wrong document ID was used in Elasticsearch bulk indexing. The line was updated to reference documents[i].Id instead of documents[i], ensuring documents are indexed with the correct IDs.
This bug led to inserting documents with incorrect IDs, which resulted in not being able to delete the documents accurately using their IDs.

Screenshot 2024-10-29 at 00 58 24

@GokselKUCUKSAHIN GokselKUCUKSAHIN changed the title Fix Document ID Issue in BulkInsert bugfix: Document ID Issue in BulkInsert Oct 28, 2024
@GokselKUCUKSAHIN GokselKUCUKSAHIN added bug Something isn't working integration test Integration Test related issues labels Oct 28, 2024
@GokselKUCUKSAHIN GokselKUCUKSAHIN merged commit 5695ac1 into main Oct 29, 2024
9 checks passed
@GokselKUCUKSAHIN GokselKUCUKSAHIN deleted the bugfix/it-bulk-insert branch October 29, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working integration test Integration Test related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected Data Ordering in Test Assertions for Simple Query String Filter
2 participants