-
Notifications
You must be signed in to change notification settings - Fork 244
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
DRIVERS-1993: Convert ADL spec tests to unified test format #1545
Conversation
Synced with mongodb/specifications#1545 Moves isAtlasDataLake() function to FunctionalTestCase, since it is now shared across test files. Fixes typo in ADL prose test comment.
Synced with mongodb/specifications#1545 Moves isAtlasDataLake() function to FunctionalTestCase, since it is now shared across test files. Fixes typo in ADL prose test comment.
command: | ||
getMore: { $$type: [ int, long ] } | ||
# collection name will be an internal identifier | ||
collection: { $$type: string } |
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.
The original tests didn't assert getMore
or collection
at all, but we can now use $$type
.
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
Note: the failed link check on https://github.com/10gen/mongohouse/blob/master/README.md is a false positive, as the file exists in a private repository. |
Synced with mongodb/specifications#1545 Moves isAtlasDataLake() function to FunctionalTestCase, since it is now shared across test files. Fixes typo in ADL prose test comment.
Link check will be fixed in #1549 I didn't realize that was a permanent lint failure. |
https://jira.mongodb.org/browse/DRIVERS-1993
POC: mongodb/mongo-php-library#1250