pgsql: Fix more portability issues in new pgbench TAP tests.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix more portability issues in new pgbench TAP tests.
Date: 2017-09-08 17:36:15
Message-ID: E1dqNCR-0006yZ-TG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix more portability issues in new pgbench TAP tests.

* Remove no-such-user test case, output isn't stable, and we really
don't need to be testing such cases here anyway.

* Fix the process exit code test logic to match PostgresNode::psql
(but I didn't bother with looking at the "core" flag).

* Give up on inf/nan tests.

Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/77d63b7eafd44469c2766c1f29b75533981e4911

Modified Files
--------------
src/bin/pgbench/t/001_pgbench_with_server.pl | 20 +++-----------------
src/test/perl/TestLib.pm | 14 ++++++++------
2 files changed, 11 insertions(+), 23 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-09-08 17:45:46 Re: pgsql: Fix assorted portability issues in new pgbench TAP tests.
Previous Message Fabien COELHO 2017-09-08 17:34:04 Re: pgsql: Fix assorted portability issues in new pgbench TAP tests.