pgsql: Tighten test in contrib/bloom/t/001_wal.pl.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tighten test in contrib/bloom/t/001_wal.pl.
Date: 2017-11-10 17:30:20
Message-ID: E1eDD8G-0007DQ-Pd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tighten test in contrib/bloom/t/001_wal.pl.

Make bloom WAL test compare psql output text, not just result codes;
this was evidently the intent all along, but it was mis-coded.
In passing, make sure we will notice any failure in setup steps.

Alexander Korotkov, reviewed by Michael Paquier and Masahiko Sawada

Discussion: https://postgr.es/m/CAPpHfdtohPdQ9rc5mdWjxq+3VsBNw534KV_5O65dTQrSdVJNgw@mail.gmail.com

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d33fc27e8df65e89497b4b50e82900fc2bfd0b14

Modified Files
--------------
contrib/bloom/t/001_wal.pl | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-11-10 18:42:06 pgsql: Add some const decorations to prototypes
Previous Message Robert Haas 2017-11-10 15:58:16 pgsql: Fix incorrect comment.