| From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
|---|---|
| To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Minor improvements to test log navigability |
| Date: | 2022-05-15 23:01:51 |
| Message-ID: | CA+hUKGL7hxqbadkto7e1FCOLQhuHg=wVn_PDZd6fDMbQrrZisA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
Speaking as someone who regularly trawls through megabytes of build farm output:
1. It seems a bit useless to have a load of "FATAL: the database
system is in recovery mode" spam whenever the server crashes under
src/test/regress. Any reason not to just turn that off, as we do for
the TAP tests?
2. The TAP test logs are strangely named. Any reason not to call
them 001_testname.log, instead of regress_log_001_testname, so they
appear next to the corresponding
001_testname_{primary,standby,xxx}.log in directory listings (CI) and
dumps (build farm, presumably), and have a traditional .log suffix?
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Use-restart_after_crash-off-for-regression-tests.patch | text/x-patch | 972 bytes |
| 0002-Rename-TAP-test-log-output-files.patch | text/x-patch | 2.1 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuo Ishii | 2022-05-15 23:46:10 | Re: gitmaster access |
| Previous Message | Tomas Vondra | 2022-05-15 22:09:41 | Re: [RFC] Improving multi-column filter cardinality estimation using MCVs and HyperLogLog |