| From: | Craig Ringer <craig(at)2ndquadrant(dot)com> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | [PATCH] Reduce src/test/recovery verbosity |
| Date: | 2017-03-22 07:18:59 |
| Message-ID: | CAMsr+YGAzcMDOZ_BirnMCL6Sb=MUjP0FRE82YBDSbXcf6pm9Yg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi all
Trivial patch to change 'diag' to 'note' in TAP tests in
src/test/recovery attached.
It'll reduce the test output a little.
Those lines are there so you can tell what the test was doing before
it does something if it fails at a setup step, or to provide extra
diagnostic data, so they're retained, just muted to logs.
--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Change-diag-to-note-in-recovery-TAP-tests.patch | text/x-patch | 5.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mengxing Liu | 2017-03-22 07:24:50 | Re: Guidelines for GSoC student proposals / Eliminate O(N^2) scaling from rw-conflict tracking in serializable transactions |
| Previous Message | Simon Riggs | 2017-03-22 07:13:32 | Re: [PATCH] Transaction traceability - txid_status(bigint) |