pgsql: Include pg_test_timing's full output in the TAP test log. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Include pg_test_timing's full output in the TAP test log.
Date
Msg-id E1v1S3U-002L1t-1o@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Include pg_test_timing's full output in the TAP test log.

We were already doing a short (1-second) pg_test_timing run during
check-world and buildfarm runs.  But we weren't doing anything
with the result except for a basic regex-based sanity check.
Collecting that output from buildfarm runs is seeming very
attractive though, because it would help us determine what sort
of timing resolution is available on supported platforms.
It's not very long, so let's just note it verbatim in the TAP log.

Discussion: https://postgr.es/m/3321785.1758728271@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7ccbf6d8b5e5a4f45cb77e25f16afcf13cf1dfd3

Modified Files
--------------
src/bin/pg_test_timing/t/001_basic.pl | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Fix incorrect and inconsistent comments in tableam.h and heapam.
Next
From: Tom Lane
Date:
Subject: pgsql: Ensure guc_tables.o's dependency on guc_tables.inc.c is known.