Re: longfin and tamandua aren't too happy but I'm not sure why
Peter Geoghegan <pg@bowt.ie>
From: Peter Geoghegan <pg@bowt.ie>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Dilip Kumar <dilipbalaut@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Justin Pryzby <pryzby@telsasoft.com>
Date: 2022-09-28T19:49:36Z
Lists: pgsql-hackers
On Wed, Sep 28, 2022 at 12:32 PM Thomas Munro <thomas.munro@gmail.com> wrote: > I don't agree with this. The build farm clearly has more ways to > break than CI, because it has more CPUs, compilers, operating systems, > combinations of configure options and rolls of the timing dice, but CI > now catches a lot and, importantly, *before* it reaches the 'farm and > everyone starts shouting a lot of stuff at you that you already knew, > because it's impacting their work. Right. I really don't can't imagine how CI could be seen as anything less than a very significant improvement. It wasn't that long ago that commits that certain kinds of work that used OS facilities would routinely break Windows in some completely predictable way. Just breaking every single Windows buildfarm animal was almost a routine occurrence. It was normal. Remember that? Of course it is also true that anything that breaks the buildfarm today will be disproportionately difficult and subtle. You really do have 2 buildfarms to break -- it's just that one of those buildfarms can be broken and fixed without it bothering anybody else, which is typically enough to prevent breaking the real buildfarm. But only if you actually check both! -- Peter Geoghegan
Commits
-
meson: Split 'main' suite into 'regress' and 'isolation'
- a5ac3e76fe96 16.0 landed
-
ci: Add 32bit build and test
- ccf36ea2580f 16.0 landed
-
Fix InitializeRelfilenumberMap for 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c
- 6af082723277 16.0 landed
-
Fix alignment problems with SharedInvalSmgrMsg.
- 0222be137188 16.0 landed
-
In BufTagGetForkNum, cast to the correct type.
- 0aaa7cf6989e 16.0 landed
-
Increase width of RelFileNumbers from 32 bits to 56 bits.
- 05d4cbf9b6ba 16.0 cited
-
Harden pg_filenode_relation test against concurrent DROP TABLE.
- f3fdd257a430 9.5.0 cited