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

Add support for distributed run #77

Merged
merged 2 commits into from
Oct 7, 2024

Commits on Oct 7, 2024

  1. Add support for distributed run

    When tests are distributed, a copy of the database is created for each worker at the start of the test session. This is useful to avoid concurrent access to the same database, which can lead to deadlocks. The provided database is therefore used only as template. At the end of the tests, all the created databases are dropped.
    lmignon committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9ee223f View commit details
    Browse the repository at this point in the history
  2. Drop DB in one subprocess call

    Co-authored-by: Yannick Payot <[email protected]>
    lmignon and yvaucher committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0168a0e View commit details
    Browse the repository at this point in the history