ERROR: error triggered for injection point gin-leave-leaf-split-incomplete
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Cc: Heikki Linnakangas <hlinnaka@iki.fi>,
Michael Paquier <michael@paquier.xyz>
Date: 2024-03-14T01:37:07Z
Lists: pgsql-hackers
Hi, I noticed 3 regression test failures like $SUBJECT in cfbot runs for unrelated patches that probably shouldn't affect GIN, so I guess this is probably a problem in master. All three happened on FreeBSD, but I doubt that's relevant, it's just that the FreeBSD CI task was randomly selected to also run the "regress-running" test suite, which is a sort of Meson equivalent of make installcheck (eg running tests against a cluster that was already running). As for why it might require regress-running or have started only recently, it could be due to yesterday's boost in the number of CPUs for FreeBSD CI, changing the timing. (?) http://cfbot.cputube.org/highlights/regress-7.html
Commits
-
Disable tests using injection points in installcheck
- e2e3b8ae9ed7 17.0 landed