-
Notifications
You must be signed in to change notification settings - Fork 209
PHPC-2571 Import BulkWrite tests for Client BulkWriteCommand #1819
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
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.
@alcaeus I spotted differences between existing collection BulkWrite and the new client BulkWiteCommand. I need your opinion wether we converge to the same behavior or we keep things different for good reasons.
tests/bulkwritecommand/bulkwritecommand-deleteOne_error-004.phpt
Outdated
Show resolved
Hide resolved
tests/bulkwritecommand/bulkwritecommand-insertOne_error-001.phpt
Outdated
Show resolved
Hide resolved
tests/bulkwritecommand/bulkwritecommand-updateOne_error-003.phpt
Outdated
Show resolved
Hide resolved
tests/bulkwritecommand/bulkwritecommand-updateOne_error-006.phpt
Outdated
Show resolved
Hide resolved
tests/bulkwritecommand/bulkwritecommand-updateOne_error-009.phpt
Outdated
Show resolved
Hide resolved
Changes:
|
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.
This test is replaced by bulkwritecommand-insertOne-004.phpt
Fix PHPC-2571