From 7d1aa6bf1c27bf7438179db446f7d1e72ae093d0 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 27 Sep 2021 18:48:01 -0400 Subject: [PATCH] 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 --- contrib/bloom/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/contrib/bloom/Makefile b/contrib/bloom/Makefile index 6d7a612fe4..8a781e4388 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