Aiven-Open / myhoard

MySQL Backup and Point-in-time Recovery service
Apache License 2.0
93 stars 20 forks source link

Fix flakiness in test_backup_and_restore_fail_on_disk_full #167

Closed kathia-barahona closed 1 year ago

kathia-barahona commented 1 year ago

test/local/test_controller.py::test_backup_and_restore_fail_on_disk_full was failing due to a race condition. Now it waits till the coordinator reaches failed phase and afterwards checks for disk full log.

[BF-2161]