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

Make code compatible with latest pytest-mh changes #121

Merged
merged 6 commits into from
Sep 19, 2024

Commits on Sep 3, 2024

  1. topology-marker: TopologyMark._CreateFromArgs was made public

    And therefore rename to CreateFromArgs.
    pbrezina committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ed464da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46986ad View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. topology-controller: TopologyController._init was made public

    And therefore renamed to init().
    pbrezina committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    25790bb View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. hosts: use built-in MultihostBackupHost instead of BaseBackupHost

    This functionality has been now included in pytest-mh.
    pbrezina committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    039ad15 View commit details
    Browse the repository at this point in the history
  2. controllers: use built-in BackupTopologyController instead of custom

    implementation
    
    This functionality has been now included in pytest-mh.
    pbrezina committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b437594 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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