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

Test clustering and domain management with dynamic domains #3266

Merged
merged 10 commits into from
Sep 14, 2021

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    782a36e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cef1175 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e67cf04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e5d70b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b7de47 View commit details
    Browse the repository at this point in the history
  6. Configure domains persistently for big tests

    This way the domains will survive clustering.
    Persistent config will be used in production env as well,
    so it makes sense to use it in tests.
    chrzaszcz committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    8b46e3e View commit details
    Browse the repository at this point in the history
  7. Do not use service_domain_db:sync/0

    This function started causing random test failures because of stale
    processes in the process group when MIM app was just restarted.
    chrzaszcz committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    16ea21d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05e6b76 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a760fed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0d85559 View commit details
    Browse the repository at this point in the history