Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite28e318

Browse files
committed
Further buildfarm experience shows that actually we can't run the plancache
test in parallel with the rules test at all, because the former wants tocreate a couple of temp views, which can sometimes show up in the latter'soutput. Let's try it in the next parallel group instead.
1 parent9bc933b commite28e318

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/test/regress/parallel_schedule

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ----------
22
# The first group of parallel test
3-
# $PostgreSQL: pgsql/src/test/regress/parallel_schedule,v 1.40 2007/03/13 00:33:44 tgl Exp $
3+
# $PostgreSQL: pgsql/src/test/regress/parallel_schedule,v 1.41 2007/03/19 16:44:41 tgl Exp $
44
# ----------
55
test: boolean char name varchar text int2 int4 int8 oid float4 float8 bit numeric uuid
66

@@ -69,13 +69,13 @@ test: misc
6969
# ----------
7070
# The fifth group of parallel test
7171
# ----------
72-
test: select_views portals_p2 rules foreign_key cluster dependency guc combocid plancache
72+
test: select_views portals_p2 rules foreign_key cluster dependency guc combocid
7373

7474
# ----------
7575
# The sixth group of parallel test
7676
# ----------
77-
# "plpgsql" cannot run concurrently with "rules"
78-
test: limit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate alter_table sequence polymorphism rowtypes returning largeobject xml
77+
# "plpgsql" cannot run concurrently with "rules", nor can "plancache"
78+
test:plancachelimit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate alter_table sequence polymorphism rowtypes returning largeobject xml
7979

8080
# run stats by itself because its delay may be insufficient under heavy load
8181
test: stats

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp