Add support for kuttl 0.15.0 in E2E tests
General
Escalation
General
Escalation
Description
Environment
None
Activity
Show:

Tomislav Plavcic January 20, 2023 at 9:27 AM
Fix for PS operator done in this PR: https://github.com/percona/percona-server-mysql-operator/pull/271
Done
Created January 20, 2023 at 9:20 AM
Updated March 5, 2024 at 10:22 AM
Resolved January 24, 2023 at 1:56 PM
Kuttl in version 0.15.0 has changed the execution to wait until the namespace is deleted at the end of the test which breaks our execution (timeout).
It was decided for now that we will not pin specific kuttl version, but for now we will add a step in our tests to delete cluster finalizers so that the namespace deletion doesn't take too long.