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

From Amit Kapila
Subject pgsql: Add tests for '-f' option in dropdb utility.
Date
Msg-id E1iaD8h-0004us-K9@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Add tests for '-f' option in dropdb utility.  (Amit Kapila <amit.kapila16@gmail.com>)
List 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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Move pump_until to TestLib.pm.
Next
From: Amit Kapila
Date:
Subject: Re: pgsql: Add tests for '-f' option in dropdb utility.