mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Don't run rowsecurity in parallel with other regression tests.
The short-lived event trigger in the rowsecurity test causes irreproducible failures when the concurrent tests do something that the event trigger can't cope with. Per buildfarm.
This commit is contained in:
parent
2f03ae6987
commit
7161b082bd
@ -78,12 +78,15 @@ ignore: random
|
|||||||
# ----------
|
# ----------
|
||||||
# Another group of parallel tests
|
# Another group of parallel tests
|
||||||
# ----------
|
# ----------
|
||||||
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
|
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
|
||||||
|
|
||||||
# ----------
|
# ----------
|
||||||
# Another group of parallel tests
|
# Another group of parallel tests
|
||||||
# ----------
|
# ----------
|
||||||
test: brin gin gist spgist privileges security_label collate matview lock replica_identity rowsecurity object_address
|
test: brin gin gist spgist privileges security_label collate matview lock replica_identity object_address
|
||||||
|
|
||||||
|
# rowsecurity creates an event trigger, so don't run it in parallel
|
||||||
|
test: rowsecurity
|
||||||
|
|
||||||
# ----------
|
# ----------
|
||||||
# Another group of parallel tests
|
# Another group of parallel tests
|
||||||
|
@ -105,8 +105,8 @@ test: collate
|
|||||||
test: matview
|
test: matview
|
||||||
test: lock
|
test: lock
|
||||||
test: replica_identity
|
test: replica_identity
|
||||||
test: rowsecurity
|
|
||||||
test: object_address
|
test: object_address
|
||||||
|
test: rowsecurity
|
||||||
test: alter_generic
|
test: alter_generic
|
||||||
test: misc
|
test: misc
|
||||||
test: psql
|
test: psql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user