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

DRIVERS-1709: Convert legacy transactions spec tests to unified test format #1502

Merged
merged 55 commits into from
Feb 14, 2024

Conversation

jmikola
Copy link
Member

@jmikola jmikola commented Feb 1, 2024

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:

  • Update changelog.
  • Make sure there are generated JSON files from the YAML test files.
  • Test changes in at least one language driver.
  • Test these changes against all server versions and topologies (including standalone, replica set, sharded
    clusters, and serverless).

POC: mongodb/mongo-php-library#1226

@jmikola jmikola force-pushed the drivers-1709 branch 5 times, most recently from e3d13c3 to ca46be1 Compare February 5, 2024 22:07
@jmikola jmikola marked this pull request as ready for review February 5, 2024 22:11
@jmikola jmikola requested a review from a team as a code owner February 5, 2024 22:11
@jmikola jmikola requested review from durran and removed request for a team February 5, 2024 22:11
@jmikola jmikola force-pushed the drivers-1709 branch 3 times, most recently from 6b6ba3d to 38293cc Compare February 7, 2024 16:30
@jmikola jmikola requested review from a team as code owners February 7, 2024 16:53
@jmikola jmikola requested review from katcharov and dariakp and removed request for a team February 7, 2024 16:53
jmikola added a commit to jmikola/mongo-php-library that referenced this pull request Feb 7, 2024
@jmikola jmikola requested review from alcaeus and removed request for katcharov and dariakp February 7, 2024 17:19
@jmikola jmikola force-pushed the drivers-1709 branch 2 times, most recently from b7191e9 to 583e24d Compare February 7, 2024 18:44
jmikola added a commit to jmikola/mongo-php-library that referenced this pull request Feb 7, 2024
Copy link
Contributor

@jyemin jyemin left a 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.

@jmikola jmikola requested a review from a team as a code owner February 12, 2024 20:15
@jyemin jyemin self-requested a review February 12, 2024 23:32
Copy link
Contributor

@jyemin jyemin left a comment

Choose a reason for hiding this comment

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

LGTM

@jmikola jmikola requested a review from durran February 13, 2024 01:28
@jmikola
Copy link
Member Author

jmikola commented Feb 13, 2024

Note: following a discussion in Slack, I created DRIVERS-2834 and added a separate commit to exclude load-balanced topologies in tests using targetedFailPoint.

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.

Copy link
Member

@durran durran left a 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.

Copy link
Member

@alcaeus alcaeus left a 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.

@jmikola jmikola merged commit a7696bc into master Feb 14, 2024
4 checks passed
@jmikola jmikola deleted the drivers-1709 branch February 14, 2024 14:48
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.

4 participants