Hello Tomas,

On 19/02/23(Sun) 23:43, Tomas Vondra wrote:
> [...] 
> I think it's probably easier to just try PostgreSQL build and tests
> directly, without the buildfarm tooling. Ultimately that's what the
> buildfarm tooling is doing, except that it tests multiple branches.
> 
> I'd try cloning e.g. https://github.com/postgres/postgres, and then
> something like this:
> 
> 
> ./configure --enable-cassert --enable-debug --enable-nls --with-perl \
>         --with-python --with-tcl --with-openssl --with-libxml \
>         --with-libxslt --enable-tap-tests --with-icu
> 
> # build
> make -s -j4
> 
> # run tests in a loop
> while /bin/true; do make check-world; done
> 
> 
> The --enable-tap-tests may require a couple perl packages to support the TAP
> stuff. I don't have the list at hand, but I can share that tomorrow when I
> have access to the rpi4.

Thanks a lot for these explanations.  I ran the regression tests during
the whole morning on my x13s without being able to trigger any panic.

So I'll try to get a rpi4 and see if I can reproduce it.

In the meantime if you could confirm you can still trigger the panic
with a -current snapshot on your machine, that would motivate me to look
at it.

Cheers,
Martin

Reply via email to