pgsql: Add tests for '-f' option in dropdb utility.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add tests for '-f' option in dropdb utility.
Date: 2019-11-28 06:18:55
Message-ID: E1iaD8h-0004us-K9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add tests for '-f' option in dropdb utility.

This will test that the force option works when there is an active backend
connected to the database being dropped.

Author: Pavel Stehule and Vignesh C
Reviewed-by: Amit Kapila and Vignesh C
Discussion: https://postgr.es/m/CAP_rwwmLJJbn70vLOZFpxGw3XD7nLB_7+NKz46H5EOO2k5H7OQ@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/bin/scripts/t/050_dropdb.pl | 8 +--
src/bin/scripts/t/051_dropdb_force.pl | 104 ++++++++++++++++++++++++++++++++++
2 files changed, 105 insertions(+), 7 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2019-11-28 13:29:48 Re: pgsql: Add tests for '-f' option in dropdb utility.
Previous Message Amit Kapila 2019-11-28 03:01:28 pgsql: Move pump_until to TestLib.pm.