diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/parallel_schedule | 8 | ||||
-rw-r--r-- | src/test/regress/serial_schedule | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/src/test/regress/parallel_schedule b/src/test/regress/parallel_schedule index f1a72f7ecad..663bf8ac56b 100644 --- a/src/test/regress/parallel_schedule +++ b/src/test/regress/parallel_schedule @@ -83,9 +83,13 @@ test: select_into select_distinct select_distinct_on select_implicit select_havi # ---------- # Another group of parallel tests # ---------- -test: privileges security_label collate alter_generic +test: privileges security_label collate + +# ---------- +# Another group of parallel tests +# ---------- +test: misc alter_generic -test: misc # rules cannot run concurrently with any test that creates a view test: rules # event triggers cannot run concurrently with any test that runs DDL diff --git a/src/test/regress/serial_schedule b/src/test/regress/serial_schedule index f2813fb88ce..be789e3f442 100644 --- a/src/test/regress/serial_schedule +++ b/src/test/regress/serial_schedule @@ -51,7 +51,6 @@ test: create_function_1 test: create_type test: create_table test: create_function_2 -test: create_function_3 test: copy test: copyselect test: create_misc @@ -59,6 +58,7 @@ test: create_operator test: create_index test: create_view test: create_aggregate +test: create_function_3 test: create_cast test: constraints test: triggers @@ -95,6 +95,7 @@ test: privileges test: security_label test: collate test: misc +test: alter_generic test: rules test: event_trigger test: select_views @@ -125,7 +126,6 @@ test: without_oid test: conversion test: truncate test: alter_table -test: alter_generic test: sequence test: polymorphism test: rowtypes |