-
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-1709: Convert legacy transactions spec tests to unified test format #1502
Conversation
e3d13c3
to
ca46be1
Compare
6b6ba3d
to
38293cc
Compare
b7191e9
to
583e24d
Compare
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.
FYI, I have these running in the Java driver. A few failures running on sharded clusters that Jeremy is aware of, but otherwise looking good.
These files were originally split off in DRIVERS-2713 since the legacy format only allowed top-level requirements.
e097e92
to
19d4785
Compare
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: following a discussion in Slack, I created DRIVERS-2834 and added a separate commit to exclude I just updated the PHPLIB patch build in mongodb/mongo-php-library#1226 and @jyemin shared a passing Java build with me prior to leaving his LGTM above. Pending another review from @durran, I'll consider this good to merge. |
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.
Node tests are all passing, but hanging since we've got a leak in our runner (we skipped all the txn unified tests in lb mode previously) - so LGTM.
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 - the pre-commit checks aren't happy though. The failing build contains instructions on how to fix them.
https://jira.mongodb.org/browse/DRIVERS-1709
https://jira.mongodb.org/browse/DRIVERS-2834
Note: withTransaction tests will be ported in a separate PR: #1505
Please complete the following before merging:
clusters, and serverless).
POC: mongodb/mongo-php-library#1226