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

Fixes #893: add IT for InsertMany failure due to doc count exceeding limit #894

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

tatu-at-datastax
Copy link
Contributor

What this PR does:

Adds an integration test to verify that error message for attempts to insert more documents than allowed results in proper exception message

Which issue(s) this PR fixes:
Fixes #893

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CLA Signed: DataStax CLA

@tatu-at-datastax tatu-at-datastax requested a review from a team as a code owner February 26, 2024 19:41
@tatu-at-datastax tatu-at-datastax merged commit e150ce2 into main Feb 26, 2024
2 checks passed
@tatu-at-datastax tatu-at-datastax deleted the tatu/893-add-IT-for-too-many-docs-to-insert branch February 26, 2024 20:23
Copy link
Collaborator

@vkarpov15 vkarpov15 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add IT for InsertMany error case (of too many documents) to verify error message
2 participants