summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2002-09-02 05:55:43 +0000
committerBruce Momjian2002-09-02 05:55:43 +0000
commit92a162c08834fc6728deeb28f67c2d963612c95a (patch)
tree0358f6194192385c3854ca122cdf06c156af82dc
parente82bcba5e07e7e46bacf9dba51425c26b2c35369 (diff)
Okay, attached is a patch that moves the alter table regression test
into a separate parallel group. I can't confirm that this fixes the problem for me (since it only occurs about one in ten or one in twenty runs), but I think it's a good bet that it does... Neil Conway
-rw-r--r--src/test/regress/parallel_schedule4
-rw-r--r--src/test/regress/serial_schedule4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/test/regress/parallel_schedule b/src/test/regress/parallel_schedule
index 94dedb2b491..9022e0d7772 100644
--- a/src/test/regress/parallel_schedule
+++ b/src/test/regress/parallel_schedule
@@ -68,10 +68,10 @@ test: misc
# ----------
# The fifth group of parallel test
# ----------
-test: select_views alter_table portals_p2 rules foreign_key cluster
+test: select_views portals_p2 rules foreign_key cluster
# ----------
# The sixth group of parallel test
# ----------
# "plpgsql" cannot run concurrently with "rules"
-test: limit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate
+test: limit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate alter_table
diff --git a/src/test/regress/serial_schedule b/src/test/regress/serial_schedule
index cf00eeb961c..22a3013e83e 100644
--- a/src/test/regress/serial_schedule
+++ b/src/test/regress/serial_schedule
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.17 2002/08/27 04:55:12 tgl Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.18 2002/09/02 05:55:43 momjian Exp $
# This should probably be in an order similar to parallel_schedule.
test: boolean
test: char
@@ -75,7 +75,6 @@ test: hash_index
test: privileges
test: misc
test: select_views
-test: alter_table
test: portals_p2
test: rules
test: foreign_key
@@ -90,3 +89,4 @@ test: prepare
test: without_oid
test: conversion
test: truncate
+test: alter_table