[COMMITTERS] pgsql: Use a better way of skipping all subscription tests on Windows - Mailing list pgsql-committers

From Andrew Dunstan
Subject [COMMITTERS] pgsql: Use a better way of skipping all subscription tests on Windows
Date
Msg-id E1d9Qsc-00065H-8l@gemulon.postgresql.org
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Use a better way of skipping all subscriptiontests on Windows  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
List pgsql-committers
Use a better way of skipping all subscription tests on Windows

This way we only need to specify the number of tests in one place, and
the output is also less verbose.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8d9f06097714ce1f4243329172f73c2d20b896a6

Modified Files
--------------
src/test/authentication/t/001_password.pl |  68 ++++++++++---------
src/test/authentication/t/002_saslprep.pl | 105 +++++++++++++++---------------
2 files changed, 90 insertions(+), 83 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: [COMMITTERS] pgsql: Complete tab completion for DROP STATISTICS
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Avoid hard-wired sleep delays in stats regression test.