]> granicus.if.org Git - postgresql/commitdiff
alter_generic regression test cannot run concurrently with privileges test.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Oct 2012 16:18:52 +0000 (12:18 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Oct 2012 16:18:52 +0000 (12:18 -0400)
... 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.

src/test/regress/parallel_schedule
src/test/regress/serial_schedule

index f1a72f7ecad58b86b0458f1073bf98902f8dd7fe..663bf8ac56bd157a6f1e8fd4996ae74e5f5b4cfd 100644 (file)
@@ -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
index f2813fb88ce9ef85d003336c7e3a34571804afa3..be789e3f442529f9d6aed282f24c4cbeabf83b8f 100644 (file)
@@ -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