From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add much-more-extensive TAP tests for pgbench. |
Date: | 2017-09-08 13:32:59 |
Message-ID: | E1dqJP1-0002Eo-Pt@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2017-09-08 15:28:06 | pgsql: Fix assorted portability issues in new pgbench TAP tests. |
Previous Message | Robert Haas | 2017-09-08 01:15:41 | pgsql: Refactor get_partition_for_tuple a bit. |
From | Date | Subject | |
---|---|---|---|
Next Message | Antonin Houska | 2017-09-08 13:34:25 | Re: WIP: Aggregation push-down |
Previous Message | amul sul | 2017-09-08 12:40:25 | Re: [POC] hash partitioning |