Reduce the last group of parallel regression tests to 19 tests, per failure
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Dec 2008 17:11:26 +0000 (17:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Dec 2008 17:11:26 +0000 (17:11 +0000)
on buildfarm member bear.  Sync the test order in serial_schedule with that
in parallel_schedule.

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

index 7d4609b3fe8cc19492f0bed6aad21c668792f3c2..3b1d8439294cc75c4d0748cce6643698d032ed86 100644 (file)
@@ -77,13 +77,15 @@ test: misc
 # ----------
 # Another group of parallel tests
 # ----------
-test: select_views portals_p2 rules foreign_key cluster dependency guc bitmapops combocid tsearch tsdicts foreign_data
+test: select_views portals_p2 rules foreign_key cluster dependency guc bitmapops combocid tsearch tsdicts foreign_data window
 
 # ----------
 # Another group of parallel tests
+# NB: temp.sql does a reconnect which transiently uses 2 connections,
+# so keep this parallel group to at most 19 tests
 # ----------
 # "plpgsql" cannot run concurrently with "rules", nor can "plancache"
-test: plancache limit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate alter_table sequence polymorphism rowtypes returning largeobject window with xml
+test: plancache limit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate alter_table sequence polymorphism rowtypes returning largeobject with xml
 
 # run stats by itself because its delay may be insufficient under heavy load
 test: stats
index f2f92a8a0033943f7b14f05e099e446f189a1a68..b7984ed16340748d15834cdccf9dce5a168ffbf9 100644 (file)
@@ -97,6 +97,9 @@ test: guc
 test: bitmapops
 test: combocid
 test: tsearch
+test: tsdicts
+test: foreign_data
+test: window
 test: plancache
 test: limit
 test: plpgsql
@@ -107,8 +110,6 @@ test: rangefuncs
 test: prepare
 test: without_oid
 test: conversion
-test: tsdicts
-test: foreign_data
 test: truncate
 test: alter_table
 test: sequence
@@ -116,7 +117,6 @@ test: polymorphism
 test: rowtypes
 test: returning
 test: largeobject
-test: window
 test: with
 test: xml
 test: stats