-
Task
-
Resolution: Done
-
Normal
-
None
-
None
Task
As a QE engineer working on RHDH, I want to update the automated tests to use PostgreSQL 17 and create long-running database instances so that we have continuous validation of PostgreSQL 17 support in the CI pipeline.
Background
The automated E2E test infrastructure needs to be updated to test RHDH with PostgreSQL 17. This includes:
- Updating test configurations to use PostgreSQL 17
- Creating long-running PostgreSQL 17 database instances for nightly tests
- Ensuring tests run on a nightly basis in the CI pipeline
This task is part of the epic RHIDP-9358 (Support PostgreSQL 17 external db in RHDH).
Dependencies and Blockers
- Access to AWS RDS for creating PostgreSQL 17 instances
- CI pipeline access and permissions
- Test framework support for PostgreSQL version configuration
QE impacted work
Documentation impacted work
Acceptance Criteria
- Automated tests updated to support PostgreSQL 14-17
- Long-running PostgreSQL 17 database instances created on AWS RDS
- Nightly CI jobs configured to test against PostgreSQL 17
- Test results reported and monitored
- PR merged with test infrastructure changes