pgsql: Make the integerset test more verbose.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make the integerset test more verbose.
Date: 2019-03-22 12:34:47
Message-ID: E1h7JNn-0003LE-2a@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make the integerset test more verbose.

Buildfarm member 'woodlouse' failed one of the tests, and I'm not sure
which test failed. Better to print the names of the tests, so that it
will appear in the regression.diffs on failure.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/608c5f4347acefdbb2663b9fb6deab079b4b3c8b

Modified Files
--------------
.../test_integerset/expected/test_integerset.out | 27 ++++++++++++++++++----
.../test_integerset/sql/test_integerset.sql | 8 ++-----
2 files changed, 24 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2019-03-22 12:43:02 pgsql: Make printf format strings in test_integerset portable.
Previous Message Heikki Linnakangas 2019-03-22 12:15:02 pgsql: Fix bug in the GiST vacuum's 2nd stage.