aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-09-27 18:48:01 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2021-09-27 18:48:01 -0400
commit7d1aa6bf1c27bf7438179db446f7d1e72ae093d0 (patch)
tree441ee09215475e243660947db9cac8ad6c8e3a82
parente767ddcd354b51fc4c12d6b02e268861bd871fbc (diff)
downloadpostgresql-7d1aa6bf1c27bf7438179db446f7d1e72ae093d0.tar.gz
postgresql-7d1aa6bf1c27bf7438179db446f7d1e72ae093d0.zip
Re-enable contrib/bloom's TAP tests.
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
-rw-r--r--contrib/bloom/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/bloom/Makefile b/contrib/bloom/Makefile
index 6d7a612fe4b..8a781e43889 100644
--- a/contrib/bloom/Makefile
+++ b/contrib/bloom/Makefile
@@ -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