Fix more portability issues in new pgbench TAP tests.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 77d63b7eafd44469c2766c1f29b75533981e4911
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-09-08T17:36:13Z
Releases: 11.0
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.

Files

PathChange+/−
src/bin/pgbench/t/001_pgbench_with_server.pl modified +3 −17
src/test/perl/TestLib.pm modified +8 −6