From: | Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org> |
---|---|
To: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Replacing TAP test planning with done_testing() |
Date: | 2022-02-09 14:34:08 |
Message-ID: | 87bkzgyuqn.fsf@wibble.ilmari.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Daniel Gustafsson <daniel(at)yesql(dot)se> writes:
> Whether or not to explicitly plan the number of TAP tests per suite has been
> discussed a number of times on this list, often as a side-note in an unrelated
> thread which adds/modifies a test. The concensus has so far weighed towards
> not doing manual bookkeeping of test plans but to let Test::More deal with it.
> So far, no concrete patch to make that happen has been presented though.
>
> 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.
>
> Thoughts?
LGTM, +1.
I have grepped the patched code and can verify that there are no
occurrences of `tests => N` (with or without quotes around `tests`) left
in any test scripts, and `make check-world` passes.
I'm especially pleased by the removal of the big chunks of test count
calculating code in the pg_dump tests.
- ilmari
From | Date | Subject | |
---|---|---|---|
Next Message | Dong Wook Lee | 2022-02-09 14:55:21 | Re: [PATCH] Improve function toast_delete_external (src/backend/access/table/toast_helper.c) |
Previous Message | Dong Wook Lee | 2022-02-09 14:33:47 | Re: [PATCH] Improve function toast_delete_external (src/backend/access/table/toast_helper.c) |