]> granicus.if.org Git - postgresql/commit
PostgresNode: Add names to nodes
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 20 Jan 2016 17:13:11 +0000 (14:13 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 20 Jan 2016 17:13:11 +0000 (14:13 -0300)
commitc8642d909fdd57c36dd71e0b0bb4071523324794
tree651e739a49ea41e568debd3c7e3a52448fb3bacf
parent216d5684325dd2f6959f4859648e7aa908ae0757
PostgresNode: Add names to nodes

This makes the log files easier to follow when investigating a test
failure.

Author: Michael Paquier
Review: Noah Misch
20 files changed:
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/bin/pg_controldata/t/001_pg_controldata.pl
src/bin/pg_ctl/t/002_status.pl
src/bin/pg_rewind/RewindTest.pm
src/bin/scripts/t/010_clusterdb.pl
src/bin/scripts/t/011_clusterdb_all.pl
src/bin/scripts/t/020_createdb.pl
src/bin/scripts/t/030_createlang.pl
src/bin/scripts/t/040_createuser.pl
src/bin/scripts/t/050_dropdb.pl
src/bin/scripts/t/060_droplang.pl
src/bin/scripts/t/070_dropuser.pl
src/bin/scripts/t/080_pg_isready.pl
src/bin/scripts/t/090_reindexdb.pl
src/bin/scripts/t/091_reindexdb_all.pl
src/bin/scripts/t/100_vacuumdb.pl
src/bin/scripts/t/101_vacuumdb_all.pl
src/bin/scripts/t/102_vacuumdb_stages.pl
src/test/perl/PostgresNode.pm
src/test/ssl/t/001_ssltests.pl