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-1710: Convert retryable reads spec tests to unified test format #1536

Merged
merged 17 commits into from
Mar 11, 2024

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    0602f82 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. aggregate

    jmikola committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5ce5d4d View commit details
    Browse the repository at this point in the history
  2. changeStreams

    jmikola committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    dba208e View commit details
    Browse the repository at this point in the history
  3. count and countDocuments

    jmikola committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8659969 View commit details
    Browse the repository at this point in the history
  4. distinct

    jmikola committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0713aa4 View commit details
    Browse the repository at this point in the history
  5. estimatedDocumentCount

    jmikola committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0ba3cfc View commit details
    Browse the repository at this point in the history
  6. find and findOne

    jmikola committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    060ee8b View commit details
    Browse the repository at this point in the history
  7. mapReduce

    jmikola committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ea8035e View commit details
    Browse the repository at this point in the history
  8. listCollection

    jmikola committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2b98329 View commit details
    Browse the repository at this point in the history
  9. listDatabase

    jmikola committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    66d74d3 View commit details
    Browse the repository at this point in the history
  10. listIndex

    jmikola committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8b34c6f View commit details
    Browse the repository at this point in the history
  11. gridfs

    Drivers may differ in how they query the chunks collection. For instance, PHPLIB queries the chunk's n field with $gte in addition to files_id. Rather than use $$matchAsRoot (schema version 1.13+) to emulate the legacy test behavior of ignoring extra fields, the commandStartedEvent assertion was relaxed and expectResult was introduced to assert that the file is read successfully.
    jmikola committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    cac931f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a1c20e9 View commit details
    Browse the repository at this point in the history
  13. Generate JSON

    jmikola committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    250b93a View commit details
    Browse the repository at this point in the history
  14. Remove legacy test files

    jmikola committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    54fa6ed View commit details
    Browse the repository at this point in the history
  15. Remove legacy test format from README

    This also renumbers the prose tests
    jmikola committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5478c9d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2a4a003 View commit details
    Browse the repository at this point in the history