|
1 | 1 | # ----------
|
2 |
| -# $PostgreSQL: pgsql/src/test/regress/parallel_schedule,v 1.52 2008/12/28 18:54:01 tgl Exp $ |
| 2 | +# $PostgreSQL: pgsql/src/test/regress/parallel_schedule,v 1.53 2008/12/30 17:11:26 tgl Exp $ |
3 | 3 | #
|
4 | 4 | # By convention, we put no more than twenty tests in any one parallel group;
|
5 | 5 | # this limits the number of connections needed to run the tests.
|
@@ -77,13 +77,15 @@ test: misc
|
77 | 77 | # ----------
|
78 | 78 | # Another group of parallel tests
|
79 | 79 | # ----------
|
80 |
| -test: select_views portals_p2 rules foreign_key cluster dependency guc bitmapops combocid tsearch tsdicts foreign_data |
| 80 | +test: select_views portals_p2 rules foreign_key cluster dependency guc bitmapops combocid tsearch tsdicts foreign_data window |
81 | 81 |
|
82 | 82 | # ----------
|
83 | 83 | # Another group of parallel tests
|
| 84 | +# NB: temp.sql does a reconnect which transiently uses 2 connections, |
| 85 | +# so keep this parallel group to at most 19 tests |
84 | 86 | # ----------
|
85 | 87 | # "plpgsql" cannot run concurrently with "rules", nor can "plancache"
|
86 |
| -test: plancache limit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate alter_table sequence polymorphism rowtypes returning largeobjectwindowwith xml |
| 88 | +test: plancache limit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate alter_table sequence polymorphism rowtypes returning largeobject with xml |
87 | 89 |
|
88 | 90 | # run stats by itself because its delay may be insufficient under heavy load
|
89 | 91 | test: stats
|
|