pgsql: Doc: improve README files associated with TAP tests. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: improve README files associated with TAP tests.
Date
Msg-id E1mhJ4U-0002RT-W3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: improve README files associated with TAP tests.

Rearrange src/test/perl/README so that the first section is more
clearly "how to run these tests", and the rest "how to write new
tests".  Add some basic info there about debugging test failures.
Then, add cross-refs to that READNE from other READMEs that
describe how to run TAP tests.

Per suggestion from Kevin Burke, though this is not his original
patch.

Discussion: https://postgr.es/m/CAKcy5eiSbwiQnmCfnOnDCVC7B8fYyev3E=6pvvECP9pLE-Fcuw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b21415595cace7f3a45cfeb3023359b4b4d56b85

Modified Files
--------------
src/bin/pg_amcheck/README      |  2 ++
src/test/authentication/README |  2 ++
src/test/kerberos/README       |  2 ++
src/test/ldap/README           |  2 ++
src/test/perl/README           | 23 +++++++++++++++--------
src/test/recovery/README       |  2 ++
src/test/ssl/README            |  2 ++
src/test/subscription/README   | 12 ++++++++----
8 files changed, 35 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid O(N^2) behavior when the standby process releases many loc
Next
From: Tom Lane
Date:
Subject: pgsql: Don't try to read a multi-GB pg_stat_statements file in one call