Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use Eventually in RunURLAssertSuite test
The RunURLAssertSuite harness currently waits on finalizers added to MariaDBAccount as an indication when it's safe to test that the new URL is present in the config. however, in [1] we are discussing removing the use of finalizers here so that this harness can be generalized to more kinds of controllers. as such, if the assertion here uses Eventually, it becomes compatible with this change, as the waiting for the condition is implemented directly here. [1] openstack-k8s-operators/mariadb-operator#205 (review)
- Loading branch information