mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Run stats test separately, not as part of a parallel group, to avoid
possible failures due to stats collector not updating fast enough under heavy load. Per report from Jeremy Yoder.
This commit is contained in:
parent
70d5811514
commit
7e34b2d73f
1 changed files with 4 additions and 1 deletions
|
|
@ -74,4 +74,7 @@ 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 alter_table sequence polymorphism stats
|
||||
test: limit plpgsql copy2 temp domain rangefuncs prepare without_oid conversion truncate alter_table sequence polymorphism
|
||||
|
||||
# run stats by itself because its delay may be insufficient under heavy load
|
||||
test: stats
|
||||
|
|
|
|||
Loading…
Reference in a new issue