Skip to content

Fix PDPGSQL query load setup for QAN nightly tests#1101

Merged
travagliad merged 1 commit into
mainfrom
cursor/fix-pdpgsql-query-load-179f
Jul 23, 2026
Merged

Fix PDPGSQL query load setup for QAN nightly tests#1101
travagliad merged 1 commit into
mainfrom
cursor/fix-pdpgsql-query-load-179f

Conversation

@travagliad

Copy link
Copy Markdown
Contributor

Why

PDPGSQL nightly setup tried to run ./data/pgsm_run_queries.sh inside the container without copying it first, so query load never started (No such file or directory). QAN and PostgreSQL dashboard tests then failed intermittently on missing query data.

How

  • Copy pgsql_load.sql and a new pdpgsql_run_queries.sh into the container before seeding.
  • Seed the school database with pgsql_load.sql.
  • Start continuous query load against school (queries used by PMM-T13 / PMM-T2050) instead of the shared pgsm_run_queries.sh script, which targets other databases.
Open in Web Open in Cursor 

Copy a school-database query loader into the container and run it after
the initial pgsql_load.sql seed, instead of invoking a missing script path.

Co-authored-by: davi.travaglia <davi.travaglia@percona.com>
@travagliad
travagliad marked this pull request as ready for review July 23, 2026 11:51
@travagliad
travagliad merged commit 34b1a72 into main Jul 23, 2026
62 of 79 checks passed
@travagliad
travagliad deleted the cursor/fix-pdpgsql-query-load-179f branch July 23, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants