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

feat: Multi db test parametrization #436

Merged
merged 14 commits into from
Jun 21, 2023

Commits on May 9, 2023

  1. Feat: Parametrize the tests for multidb support

    Remove "database" argument from Query and AggregationQuery constructors.
    Use the "database" from the client instead.
    Once set in the client, the "database" will be used throughout and cannot be re-set.
    
    Parametrize the tests where-ever clients are used.
    
    Use the `system-tests-named-db` in the system test.
    Mariatta committed May 9, 2023
    Configuration menu
    Copy the full SHA
    bd88cbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b7f92c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    544dab7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cf8c12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05b4a8a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Reverted test fixes

    vishwarajanand committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    da7d504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bb50eb View commit details
    Browse the repository at this point in the history
  3. fixing tests

    vishwarajanand committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    cbb59fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c075879 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02f2541 View commit details
    Browse the repository at this point in the history
  6. fix code coverage

    vishwarajanand committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    b09aae8 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    0f19692 View commit details
    Browse the repository at this point in the history
  2. pr suggestion

    vishwarajanand committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2be39da View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. address pr comments

    vishwarajanand committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    a7fbbda View commit details
    Browse the repository at this point in the history