mattermost-operator
mattermost-operator copied to clipboard
Improve external E2E test logic
This change does the following:
- Converts individual external E2E tests to subtests. This now matches the standard E2E test flow and provides better test logging output.
- Split Mattermost version upgrade test out from base test.
- Improve reconciliation logging with more status output.
- Improve reconciliation check with ObservedGeneration validation.
- Update external E2E postgres container image to version 14.
Fixes https://mattermost.atlassian.net/browse/CLD-7478
Improve external E2E test logic