Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7d1aa6b

Browse files
committed
Re-enable contrib/bloom's TAP tests.
These tests were disabled back in 2018 (commit d3c09b9) 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
1 parent e767ddc commit 7d1aa6b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

contrib/bloom/Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ PGFILEDESC = "bloom access method - signature file based index"
1616

1717
REGRESS = bloom
1818

19-
# Disable TAP tests for this module for now, as these are unstable on several
20-
# buildfarm environments.
21-
# TAP_TESTS = 1
19+
TAP_TESTS = 1
2220

2321
ifdef USE_PGXS
2422
PG_CONFIG = pg_config

0 commit comments

Comments
 (0)