Re: how to replicate test results in cf-bot on travis

2020-11-02 Thread Dave Cramer
On Mon, 2 Nov 2020 at 14:47, Andres Freund wrote: > Hi, > > On 2020-11-02 11:18:03 -0500, Dave Cramer wrote: > > On Sun, 1 Nov 2020 at 18:15, Tom Lane wrote: > > > > > Dave Cramer writes: > > > > OK, checked and I definitely have the changes. I don't think the > > > isolation > > > > test is ru

Re: how to replicate test results in cf-bot on travis

2020-11-02 Thread Andres Freund
Hi, On 2020-11-02 11:18:03 -0500, Dave Cramer wrote: > On Sun, 1 Nov 2020 at 18:15, Tom Lane wrote: > > > Dave Cramer writes: > > > OK, checked and I definitely have the changes. I don't think the > > isolation > > > test is running. Is there some configuration that enables it? > > > > No, top-

Re: how to replicate test results in cf-bot on travis

2020-11-02 Thread Dave Cramer
On Sun, 1 Nov 2020 at 18:15, Tom Lane wrote: > Dave Cramer writes: > > OK, checked and I definitely have the changes. I don't think the > isolation > > test is running. Is there some configuration that enables it? > > No, top-level "check-world" should invoke that ... but if you're unsure, > you

Re: how to replicate test results in cf-bot on travis

2020-11-01 Thread Tom Lane
Dave Cramer writes: > OK, checked and I definitely have the changes. I don't think the isolation > test is running. Is there some configuration that enables it? No, top-level "check-world" should invoke that ... but if you're unsure, you could cd to src/test/isolation and run check or installchec

Re: how to replicate test results in cf-bot on travis

2020-11-01 Thread Dave Cramer
On Sun, 1 Nov 2020 at 13:46, Dave Cramer wrote: > > > On Sun., Nov. 1, 2020, 1:41 p.m. Thomas Munro, > wrote: > >> On Mon, Nov 2, 2020 at 1:58 AM Dave Cramer wrote: >> > For my patch https://commitfest.postgresql.org/30/2522/ >> > >> > When I run >> > >> > make -j4 all contrib && make check-wor

Re: how to replicate test results in cf-bot on travis

2020-11-01 Thread Dave Cramer
On Sun., Nov. 1, 2020, 1:41 p.m. Thomas Munro, wrote: > On Mon, Nov 2, 2020 at 1:58 AM Dave Cramer 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 t

Re: how to replicate test results in cf-bot on travis

2020-11-01 Thread Thomas Munro
On Mon, Nov 2, 2020 at 1:58 AM Dave Cramer 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

how to replicate test results in cf-bot on travis

2020-11-01 Thread Dave Cramer
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? Dave Cramer