Re: Replacing TAP test planning with done_testing() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Replacing TAP test planning with done_testing()
Date
Msg-id 1497212.1644436187@sss.pgh.pa.us
Whole thread Raw
In response to Re: Replacing TAP test planning with done_testing()  (Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>)
Responses Re: Replacing TAP test planning with done_testing()  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
=?utf-8?Q?Dagfinn_Ilmari_Manns=C3=A5ker?= <ilmari@ilmari.org> writes:
> Daniel Gustafsson <daniel@yesql.se> writes:
>> The attached patch removes all Test::More planning and instead ensures that all
>> tests conclude with a done_testing() call.  While there, I also removed a few
>> exit(0) calls from individual tests making them more consistent.

> LGTM, +1.

LGTM too.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints
Next
From: Magnus Hagander
Date:
Subject: Re: is the base backup protocol used by out-of-core tools?