Re: Another modest proposal for reducing CLOBBER_CACHE_ALWAYS runtime
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@lists.postgresql.org
Date: 2021-05-11T14:07:43Z
Lists: pgsql-hackers
On 5/10/21 2:03 AM, Tom Lane wrote: > I noted that, while privileges.sql doesn't stand out in terms of > runtime normally (it's only the fourth slowest test in its > parallel group), it looks absolutely horrid in CLOBBER_CACHE_ALWAYS > testing. On hyrax's latest run, it takes nearly 9000 seconds longer > than the next-slowest member of its group. Remembering that the > core regression tests are run thrice in a minimal buildfarm cycle, > this test is single-handedly responsible for over seven hours of the > 54 hour total build cycle. FWIW, I would normally suggest a CCA enabled animal disable some of the tests so that it doesn't run the core tests thrice. The easiest way to do that is: --skip-steps='check pg_upgrade-check' Even so your point is well taken. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com
Commits
-
Reduce runtime of privileges.sql test under CLOBBER_CACHE_ALWAYS.
- e135743ef07e 14.0 landed
- 834d9284b4fe 13.4 landed