]> granicus.if.org Git - postgresql/commit
Fix more portability issues in new pgbench TAP tests.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Sep 2017 17:36:13 +0000 (13:36 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Sep 2017 17:36:13 +0000 (13:36 -0400)
commit77d63b7eafd44469c2766c1f29b75533981e4911
treecd628ff0b69b079f6f5b3c36c29f7ee5ffe0ea59
parentee24d2b5cf059cab83711992c0cf110ad44df5f9
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.
src/bin/pgbench/t/001_pgbench_with_server.pl
src/test/perl/TestLib.pm