Skip to content

Commit

Permalink
Merge branch 'master' into sync-backup
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchiu authored Feb 19, 2024
2 parents 31855ce + 46cfe13 commit bfed520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/integration/tests/test_ha.py
Original file line number Diff line number Diff line change
Expand Up @@ -1984,7 +1984,7 @@ def test_extra_replica_cleanup(client, volume_name, settings_reset): # NOQA
wait_for_volume_replica_count(client, volume_name, 3)

volume = client.by_id_volume(volume_name)
assert volume.robustness == "healthy"
wait_for_volume_healthy(client, volume_name)

check_volume_data(volume, data)

Expand Down

0 comments on commit bfed520

Please sign in to comment.