diff --git a/src/test/regress/parallel_schedule b/src/test/regress/parallel_schedule index e0ae2f2b01da8ac4cb2b822d030d7533e94914be..62ef6ecb8c611cf788c14d91e81a0a145c9ea9f8 100644 --- a/src/test/regress/parallel_schedule +++ b/src/test/regress/parallel_schedule @@ -78,12 +78,15 @@ ignore: random # ---------- # 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 # ---------- -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 diff --git a/src/test/regress/serial_schedule b/src/test/regress/serial_schedule index 7f762bd08fdd92a318b53215d8691153dd5e44ad..b491b9768dcc2e50d8d5c340e3363da98318282f 100644 --- a/src/test/regress/serial_schedule +++ b/src/test/regress/serial_schedule @@ -105,8 +105,8 @@ test: collate test: matview test: lock test: replica_identity -test: rowsecurity test: object_address +test: rowsecurity test: alter_generic test: misc test: psql