ERROR: error triggered for injection point gin-leave-leaf-split-incomplete

Started by Thomas Munroalmost 2 years ago2 messages
#1Thomas Munro
thomas.munro@gmail.com

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thomas Munro (#1)
Re: ERROR: error triggered for injection point gin-leave-leaf-split-incomplete

Thomas Munro <thomas.munro@gmail.com> writes:

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.

Hmm ... I have no insight on what's causing this, but "error triggered
for" is about as content-free an error message as I've ever seen.
Even granting that it's developer-directed, it's still content-free:
we already know it's an error, and something must have triggered that,
but you're offering nothing about what. Can't we do better than that?

regards, tom lane