Okay, attached is a patch that moves the alter table regression test
authorBruce Momjian
Mon, 2 Sep 2002 05:55:43 +0000 (05:55 +0000)
committerBruce Momjian
Mon, 2 Sep 2002 05:55:43 +0000 (05:55 +0000)
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

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

index 94dedb2b4917d6589b5a0be7a1e196ec774b66fb..9022e0d7772fec3361f1556f1cdcba1df8a7f15a 100644 (file)
@@ -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
index cf00eeb961cd27f3a2b7c829af3d4c6c127e04b3..22a3013e83ef1dc6ebce9df0c1743844d22d0434 100644 (file)
@@ -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