On Mon, Nov 2, 2020 at 1:58 AM Dave Cramer <davecramer@gmail.com> wrote: > For my patch https://commitfest.postgresql.org/30/2522/ > > When I run > > make -j4 all contrib && make check-world > locally > > I see 2 errors. > > When cf-bot runs this it sees > 35 out of 93 failed. > > How can I see the same errors?
Hi Dave, I applied your patch here and see the same 35 errors from src/test/isolation, make check as cfbot reports. Is it possible that you forgot to add the changes under that directory when posting the patch to the list?
I rebased my branch and tried it. I'll try again
Thx
OK, checked and I definitely have the changes. I don't think the isolation test is running. Is there some configuration that enables it?