postgresql/src/bin/scripts/t
Andrew Dunstan c5b15c4171 Make sure to run pg_isready on correct port
The current code can have pg_isready unexpectedly succeed if there is a
server running on the default port. To avoid this we delay running the
test until after a node has been created but before it starts, and then
use that node's port, so we are fairly sure there is nothing running on
the port.

Backpatch to all live branches.
2024-07-13 08:11:16 -04:00
..
010_clusterdb.pl Add a copyright notice to perl files lacking one. 2021-05-07 10:56:14 -04:00
011_clusterdb_all.pl Handle DROP DATABASE getting interrupted 2023-07-13 13:03:33 -07:00
020_createdb.pl Add a copyright notice to perl files lacking one. 2021-05-07 10:56:14 -04:00
040_createuser.pl Add a copyright notice to perl files lacking one. 2021-05-07 10:56:14 -04:00
050_dropdb.pl Handle DROP DATABASE getting interrupted 2023-07-13 13:03:33 -07:00
070_dropuser.pl Add a copyright notice to perl files lacking one. 2021-05-07 10:56:14 -04:00
080_pg_isready.pl Make sure to run pg_isready on correct port 2024-07-13 08:11:16 -04:00
090_reindexdb.pl Remove PostgreSQL::Test::Utils::perl2host completely 2022-02-20 08:55:06 -05:00
091_reindexdb_all.pl Handle DROP DATABASE getting interrupted 2023-07-13 13:03:33 -07:00
100_vacuumdb.pl Add a copyright notice to perl files lacking one. 2021-05-07 10:56:14 -04:00
101_vacuumdb_all.pl Handle DROP DATABASE getting interrupted 2023-07-13 13:03:33 -07:00
102_vacuumdb_stages.pl Add a copyright notice to perl files lacking one. 2021-05-07 10:56:14 -04:00
200_connstr.pl Add a copyright notice to perl files lacking one. 2021-05-07 10:56:14 -04:00