Commit b72bd3d1 authored by Tom Lane's avatar Tom Lane

alter_generic regression test cannot run concurrently with privileges test.

... because the latter plays games with the privileges for language SQL.
It looks like running alter_generic in parallel with "misc" is OK though.

Also, adjust serial_schedule to maintain the same test ordering (up to
parallelism) as parallel_schedule.
parent 7d3ed5ae
...@@ -83,9 +83,13 @@ test: select_into select_distinct select_distinct_on select_implicit select_havi ...@@ -83,9 +83,13 @@ test: select_into select_distinct select_distinct_on select_implicit select_havi
# ---------- # ----------
# Another group of parallel tests # 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 # rules cannot run concurrently with any test that creates a view
test: rules test: rules
# event triggers cannot run concurrently with any test that runs DDL # event triggers cannot run concurrently with any test that runs DDL
......
...@@ -51,7 +51,6 @@ test: create_function_1 ...@@ -51,7 +51,6 @@ test: create_function_1
test: create_type test: create_type
test: create_table test: create_table
test: create_function_2 test: create_function_2
test: create_function_3
test: copy test: copy
test: copyselect test: copyselect
test: create_misc test: create_misc
...@@ -59,6 +58,7 @@ test: create_operator ...@@ -59,6 +58,7 @@ test: create_operator
test: create_index test: create_index
test: create_view test: create_view
test: create_aggregate test: create_aggregate
test: create_function_3
test: create_cast test: create_cast
test: constraints test: constraints
test: triggers test: triggers
...@@ -95,6 +95,7 @@ test: privileges ...@@ -95,6 +95,7 @@ test: privileges
test: security_label test: security_label
test: collate test: collate
test: misc test: misc
test: alter_generic
test: rules test: rules
test: event_trigger test: event_trigger
test: select_views test: select_views
...@@ -125,7 +126,6 @@ test: without_oid ...@@ -125,7 +126,6 @@ test: without_oid
test: conversion test: conversion
test: truncate test: truncate
test: alter_table test: alter_table
test: alter_generic
test: sequence test: sequence
test: polymorphism test: polymorphism
test: rowtypes test: rowtypes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment