Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the connection error for extension tests (#10480)
## Problem The trust connection to the compute required for `pg_anon` was removed. However, the PGPASSWORD environment variable was not added to `docker-compose.yml`. This caused connection errors, which were interpreted as success due to errors in the bash script. ## Summary of changes The environment variable was added, and the logic in the bash script was fixed.
- Loading branch information
f1473dd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7521 tests run: 7126 passed, 0 failed, 395 skipped (full report)
Flaky tests (3)
Postgres 17
test_deletion_queue_recovery[no-validate-lose]
: release-x86-64test_metrics_normal_work
: debug-x86-64Postgres 15
test_compute_pageserver_connection_stress
: release-x86-64Code coverage* (full report)
functions
:33.5% (8494 of 25334 functions)
lines
:49.3% (71367 of 144677 lines)
* collected from Rust tests only
f1473dd at 2025-01-22T18:58:52.940Z :recycle: