You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): Add separate database dumps for MySQL and PostgreSQL
PostgreSQL tests were failing because they were trying to import a MySQL database dump. Split the single db.sql.gz into:
- db-mysql.sql.gz (for MySQL and MariaDB tests)
- db-postgres.sql.gz (for PostgreSQL tests)
Updated per_test.sh to select the correct dump based on EXPECTED_DB_TYPE variable set by the test framework.
This fixes postgres-flex and postgres-fixed test failures on CI.
0 commit comments