8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d5811 commit 7e34b2dCopy full SHA for 7e34b2d
src/test/regress/parallel_schedule
@@ -74,4 +74,7 @@ test: select_views portals_p2 rules foreign_key cluster
74
# The sixth group of parallel test
75
# ----------
76
# "plpgsql" cannot run concurrently with "rules"
77
-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
78
+
79
+# run stats by itself because its delay may be insufficient under heavy load
80
+test: stats
0 commit comments