Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 92a162c

Browse files
committed
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
1 parent e82bcba commit 92a162c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/test/regress/parallel_schedule

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ test: misc
6868
# ----------
6969
# The fifth group of parallel test
7070
# ----------
71-
test: select_views alter_table portals_p2 rules foreign_key cluster
71+
test: select_views portals_p2 rules foreign_key cluster
7272

7373
# ----------
7474
# The sixth group of parallel test
7575
# ----------
7676
# "plpgsql" cannot run concurrently with "rules"
77-
test: limit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate
77+
test: limit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate alter_table

src/test/regress/serial_schedule

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.17 2002/08/27 04:55:12 tgl Exp $
1+
# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.18 2002/09/02 05:55:43 momjian Exp $
22
# This should probably be in an order similar to parallel_schedule.
33
test: boolean
44
test: char
@@ -75,7 +75,6 @@ test: hash_index
7575
test: privileges
7676
test: misc
7777
test: select_views
78-
test: alter_table
7978
test: portals_p2
8079
test: rules
8180
test: foreign_key
@@ -90,3 +89,4 @@ test: prepare
9089
test: without_oid
9190
test: conversion
9291
test: truncate
92+
test: alter_table

0 commit comments

Comments
 (0)