diff options
Diffstat (limited to 'user/postgresql/disable-broken-tests.patch')
-rw-r--r-- | user/postgresql/disable-broken-tests.patch | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/user/postgresql/disable-broken-tests.patch b/user/postgresql/disable-broken-tests.patch index 0bb5b03fa..20d94d5d5 100644 --- a/user/postgresql/disable-broken-tests.patch +++ b/user/postgresql/disable-broken-tests.patch @@ -64,17 +64,18 @@ These symbols are really not provided by libpq. I wasted one day trying to figure out what's going on here, but still have no idea. :( ---- a/src/test/regress/parallel_schedule -+++ b/src/test/regress/parallel_schedule -@@ -84,7 +84,7 @@ +diff -ur a/src/test/regress/parallel_schedule b/src/test/regress/parallel_schedule +--- a/src/test/regress/parallel_schedule 2022-01-08 00:25:45.290000000 +0000 ++++ b/src/test/regress/parallel_schedule 2022-01-08 00:26:01.950000000 +0000 +@@ -76,7 +76,7 @@ # ---------- # Another group of parallel tests # ---------- --test: brin gin gist spgist privileges init_privs security_label collate matview lock replica_identity rowsecurity object_address tablesample groupingsets drop_operator password -+test: brin gin gist spgist privileges init_privs security_label collate matview lock replica_identity rowsecurity tablesample groupingsets drop_operator password +-test: brin gin gist spgist privileges init_privs security_label collate matview lock replica_identity rowsecurity object_address tablesample groupingsets drop_operator password identity generated join_hash ++test: brin gin gist spgist privileges init_privs security_label collate matview lock replica_identity rowsecurity tablesample groupingsets drop_operator password identity generated join_hash # ---------- - # Another group of parallel tests + # Additional BRIN tests @@ -98,7 +98,7 @@ test: select_parallel |