pgsql: Include pg_test_timing's full output in the TAP test log.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Include pg_test_timing's full output in the TAP test log.
Date: 2025-09-24 16:09:21
Message-ID: E1v1S3U-002L1t-1o@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-09-24 16:28:35 pgsql: Ensure guc_tables.o's dependency on guc_tables.inc.c is known.
Previous Message Fujii Masao 2025-09-24 15:54:04 pgsql: Fix incorrect and inconsistent comments in tableam.h and heapam.