-
Notifications
You must be signed in to change notification settings - Fork 245
DRIVERS-716 skip bulkWrite
tests on Atlas Serverless
#1636
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
To include support for `serverless` as a `runOnRequirement`
@shruti-sridhar may I request trying these test files with the Python implementation? C does not currently test serverless in Evergreen, and Rust has an open ticket to investigate serverless test failures. |
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.
I tested these on the serverless Evergreen tasks with the Python implementation and they're successfully skipped! They also pass on the 8.0 standalone, replica set, and sharded cluster tasks. Here's the link to the run.
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.
LGTM, changes pass in Rust
Summary
Follow-up to #1534. Skip tests running
bulkWrite
on Atlas Serverless.Background & Motivation
CLOUDP-256344 blocks
bulkWrite
in Atlas Serverless. This can be seen with mongosh:Some unified tests required increasing
schemaVersion
to1.4
to include support specifyingserverless
as arunOnRequirement
.Please complete the following before merging:
[ ] Update changelog.clusters, and serverless).