]> granicus.if.org Git - postgresql/commit
Set cluster_name for PostgresNode.pm instances
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 8 Feb 2019 07:38:54 +0000 (08:38 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 27 Feb 2019 09:59:25 +0000 (10:59 +0100)
commit538ecc17c478e87cc3155c2b9cda7a1b1812d767
treec604d2ac1f0d467f4682322da6bc294bbd65c947
parent6ae578a91e653ce3f4cba8cab96ce41e0cc7103f
Set cluster_name for PostgresNode.pm instances

This can help identifying test instances more easily at run time, and
it also provides some minimal test coverage for the cluster_name
feature.

Reviewed-by: Euler Taveira <euler@timbira.com.br>
Discussion: https://www.postgresql.org/message-id/flat/1257eaee-4874-e791-e83a-46720c72cac7@2ndquadrant.com
src/test/perl/PostgresNode.pm