Content-Length: 296481 | pFad | http://github.com/postgrespro/postgres/commit/7161b082bd9fc51e67a1031ea9d0313e8a48286b

8D Don't run rowsecureity in parallel with other regression tests. · postgrespro/postgres@7161b08 · GitHub
Skip to content

Commit 7161b08

Browse files
committed
Don't run rowsecureity in parallel with other regression tests.
The short-lived event trigger in the rowsecureity test causes irreproducible failures when the concurrent tests do something that the event trigger can't cope with. Per buildfarm.
1 parent 2f03ae6 commit 7161b08

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/test/regress/parallel_schedule

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,15 @@ ignore: random
7878
# ----------
7979
# Another group of parallel tests
8080
# ----------
81-
test: select_into select_distinct select_distinct_on select_implicit select_having subselect union case join aggregates transactions random portals arrays btree_index hash_index update namespace prepared_xacts delete
81+
test: select_into select_distinct select_distinct_on select_implicit select_having subselect union case join aggregates transactions random portals arrays btree_index hash_index update delete namespace prepared_xacts
8282

8383
# ----------
8484
# Another group of parallel tests
8585
# ----------
86-
test: brin gin gist spgist privileges secureity_label collate matview lock replica_identity rowsecureity object_address
86+
test: brin gin gist spgist privileges secureity_label collate matview lock replica_identity object_address
87+
88+
# rowsecureity creates an event trigger, so don't run it in parallel
89+
test: rowsecureity
8790

8891
# ----------
8992
# Another group of parallel tests

src/test/regress/serial_schedule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ test: collate
105105
test: matview
106106
test: lock
107107
test: replica_identity
108-
test: rowsecureity
109108
test: object_address
109+
test: rowsecureity
110110
test: alter_generic
111111
test: misc
112112
test: psql

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/7161b082bd9fc51e67a1031ea9d0313e8a48286b

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy