Include pg_test_timing's full output in the TAP test log.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Sep 2025 16:08:55 +0000 (12:08 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Sep 2025 16:09:11 +0000 (12:09 -0400)
commit7ccbf6d8b5e5a4f45cb77e25f16afcf13cf1dfd3
treeb44890ed215d37b8f67726a850d8aa8460fb25a7
parent7fcb32ad023a434e07b7214c1c762ecd410b6969
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
src/bin/pg_test_timing/t/001_basic.pl