Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb0b1f41

Browse files
committed
Disable temporarily TAP tests for contrib/bloom/
The recent commit03faa4a has enabled those tests, however severalbuildfarm members are complaining about their stability on Windows andmacOS. This will keep the buildfarm green, while investigating theroot problem.Discussion:https://postgr.es/m/20181126003351.GE1776@paquier.xyz
1 parent03faa4a commitb0b1f41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎contrib/bloom/Makefile‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ DATA = bloom--1.0.sql
88
PGFILEDESC = "bloom access method - signature file based index"
99

1010
REGRESS = bloom
11-
TAP_TESTS = 1
11+
12+
# Disable TAP tests for this module for now, as these are unstable on several
13+
# platforms, including recent Windows and macOS.
14+
# TAP_TESTS = 1
1215

1316
ifdefUSE_PGXS
1417
PG_CONFIG = pg_config

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp