pgsql: Doc: improve README files associated with TAP tests.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: improve README files associated with TAP tests.
Дата
Msg-id E1mhJ4U-0002RT-W3@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid O(N^2) behavior when the standby process releases many loc
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Don't try to read a multi-GB pg_stat_statements file in one call