Re-enable contrib/bloom's TAP tests.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Sep 2021 22:48:01 +0000 (18:48 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Sep 2021 22:48:01 +0000 (18:48 -0400)
These tests were disabled back in 2018 (commit d3c09b9b1) because of
failures observed in the buildfarm.  I've not been able to reproduce
any failure on longfin's host, though, so I'm curious whether or to
what extent we've fixed the problem.  Let's re-enable it (in HEAD
only) and see what blows up.

Discussion: https://postgr.es/m/2769443.1632773967@sss.pgh.pa.us

contrib/bloom/Makefile

index 6d7a612fe4be196d593642fe2447e88234a4f2b4..8a781e43889575c3b75c18b29013a1e7b324ce1b 100644 (file)
@@ -16,9 +16,7 @@ PGFILEDESC = "bloom access method - signature file based index"
 
 REGRESS = bloom
 
-# Disable TAP tests for this module for now, as these are unstable on several
-# buildfarm environments.
-# TAP_TESTS = 1
+TAP_TESTS = 1
 
 ifdef USE_PGXS
 PG_CONFIG = pg_config