This repository was archived by the owner on May 28, 2021. It is now read-only.
This repository was archived by the owner on May 28, 2021. It is now read-only.
Export logs in E2E tests #177
Closed
Description
Currently, we debug failed E2E tests by skipping deletion of the specific test namespace on failure thereby leaving the resources available for inspection. This will no longer apply to all users once third-party developers can trigger CI via pull requests.
We should delete namespaces even on failure and export the following logs as artefacts of the pipeline:
- MySQL Operator container logs
- All MySQL server instances
- All mysql-agent instances
Related: #97