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-2799: Use more permissive top-level runOnRequirements #1484

Merged
merged 2 commits into from
Dec 20, 2023

Conversation

jmikola
Copy link
Member

@jmikola jmikola commented Dec 19, 2023

https://jira.mongodb.org/browse/DRIVERS-2799

This also fixes an outstanding inconsistency in one of the retryable writes POC tests for the unified test runner, which would otherwise start failing once DRIVERS-1641 is implemented.

PHPLIB POC: mongodb/mongo-php-library#1210


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).

This avoids unintentionally skipping tests. Previously, some tests were never run on sharded clusters.
This ensures the unified test is consistent with the legacy test from which it was derived. Additionally, it makes the test resilient to possible changes in DRIVERS-1641.

This inconsistency dates back to e4808b8.
@jmikola jmikola merged commit 4c73bb1 into mongodb:master Dec 20, 2023
4 checks passed
@jmikola jmikola deleted the drivers-2799 branch December 20, 2023 19:34
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.

3 participants