PostgresNode: Add names to nodes

Enterprise / PostgreSQL - Alvaro Herrera [alvh.no-ip.org] - 20 January 2016 11:13 UTC

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

Author: Michael Paquier Review: Noah Misch

c8642d9 PostgresNode: Add names to nodes
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 2 +-
src/bin/pg_controldata/t/001_pg_controldata.pl | 2 +-
src/bin/pg_ctl/t/002_status.pl | 2 +-
src/bin/pg_rewind/RewindTest.pm | 4 +--
src/bin/scripts/t/010_clusterdb.pl | 2 +-
src/bin/scripts/t/011_clusterdb_all.pl | 2 +-
src/bin/scripts/t/020_createdb.pl | 2 +-
src/bin/scripts/t/030_createlang.pl | 2 +-
src/bin/scripts/t/040_createuser.pl | 2 +-
src/bin/scripts/t/050_dropdb.pl | 2 +-
src/bin/scripts/t/060_droplang.pl | 2 +-
src/bin/scripts/t/070_dropuser.pl | 2 +-
src/bin/scripts/t/080_pg_isready.pl | 2 +-
src/bin/scripts/t/090_reindexdb.pl | 2 +-
src/bin/scripts/t/091_reindexdb_all.pl | 2 +-
src/bin/scripts/t/100_vacuumdb.pl | 2 +-
src/bin/scripts/t/101_vacuumdb_all.pl | 2 +-
src/bin/scripts/t/102_vacuumdb_stages.pl | 2 +-
src/test/perl/PostgresNode.pm | 45 +++++++++++++++---------
src/test/ssl/t/001_ssltests.pl | 2 +-
20 files changed, 48 insertions(+), 37 deletions(-)

Upstream: git.postgresql.org


  • Share