[COMMITTERS] pgsql: Add much-more-extensive TAP tests for pgbench. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Add much-more-extensive TAP tests for pgbench.
Date
Msg-id E1dqJP1-0002Eo-Pt@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add much-more-extensive TAP tests for pgbench.

Fabien Coelho, reviewed by Nikolay Shaplov and myself

Discussion: https://postgr.es/m/alpine.DEB.2.20.1704171422500.4025@lancre

Branch
------
master

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

Modified Files
--------------
src/bin/pgbench/t/001_pgbench.pl             |  25 --
src/bin/pgbench/t/001_pgbench_with_server.pl | 498 +++++++++++++++++++++++++++
src/bin/pgbench/t/002_pgbench_no_server.pl   | 123 +++++++
src/test/perl/PostgresNode.pm                |  31 +-
src/test/perl/TestLib.pm                     |  38 ++
5 files changed, 683 insertions(+), 32 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Refactor get_partition_for_tuple a bit.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix assorted portability issues in new pgbench TAP tests.