postgresql/contrib/bloom
Daniel Gustafsson 549ec201d6 Replace Test::More plans with done_testing
Rather than doing manual book keeping to plan the number of tests to run
in each TAP suite, conclude each run with done_testing() summing up the
the number of tests that ran. This removes the need for maintaning and
updating the plan count at the expense of an accurate count of remaining
during the test suite runtime.

This patch has been discussed a number of times, often in the context of
other patches which updates tests, so a larger number of discussions can
be found in the archives.

Reviewed-by: Julien Rouhaud <rjuju123@gmail.com>
Reviewed-by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://postgr.es/m/DD399313-3D56-4666-8079-88949DAC870F@yesql.se
2022-02-11 20:54:44 +01:00
..
expected Fix failure with lock mode used for custom relation options 2019-09-25 10:07:23 +09:00
sql Fix failure with lock mode used for custom relation options 2019-09-25 10:07:23 +09:00
t Replace Test::More plans with done_testing 2022-02-11 20:54:44 +01:00
.gitignore Bloom index contrib module 2016-04-01 16:42:24 +03:00
Makefile Re-enable contrib/bloom's TAP tests. 2021-09-27 18:48:01 -04:00
blcost.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
blinsert.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
bloom--1.0.sql Minor fixes in contrib installation scripts. 2016-06-14 10:47:06 -04:00
bloom.control Bloom index contrib module 2016-04-01 16:42:24 +03:00
bloom.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
blscan.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
blutils.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
blvacuum.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
blvalidate.c Update copyright for 2022 2022-01-07 19:04:57 -05:00