Skip to content

Commit b72bd3d

Browse files
committed
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.
1 parent 7d3ed5a commit b72bd3d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/test/regress/parallel_schedule

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,13 @@ test: select_into select_distinct select_distinct_on select_implicit select_havi
8383
# ----------
8484
# Another group of parallel tests
8585
# ----------
86-
test: privileges security_label collate alter_generic
86+
test: privileges security_label collate
87+
88+
# ----------
89+
# Another group of parallel tests
90+
# ----------
91+
test: misc alter_generic
8792

88-
test: misc
8993
# rules cannot run concurrently with any test that creates a view
9094
test: rules
9195
# event triggers cannot run concurrently with any test that runs DDL

src/test/regress/serial_schedule

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ test: create_function_1
5151
test: create_type
5252
test: create_table
5353
test: create_function_2
54-
test: create_function_3
5554
test: copy
5655
test: copyselect
5756
test: create_misc
5857
test: create_operator
5958
test: create_index
6059
test: create_view
6160
test: create_aggregate
61+
test: create_function_3
6262
test: create_cast
6363
test: constraints
6464
test: triggers
@@ -95,6 +95,7 @@ test: privileges
9595
test: security_label
9696
test: collate
9797
test: misc
98+
test: alter_generic
9899
test: rules
99100
test: event_trigger
100101
test: select_views
@@ -125,7 +126,6 @@ test: without_oid
125126
test: conversion
126127
test: truncate
127128
test: alter_table
128-
test: alter_generic
129129
test: sequence
130130
test: polymorphism
131131
test: rowtypes

0 commit comments

Comments
 (0)