Re: src/test/recovery regression failure on bionic

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christoph Berg <myon(at)debian(dot)org>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: src/test/recovery regression failure on bionic
Date: 2020-01-08 15:04:17
Message-ID: 5533.1578495857@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Christoph Berg <myon(at)debian(dot)org> writes:
> (Fwiw, I can't see your error message in
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=sidewinder&dt=2020-01-07%2022%3A45%3A24)

sidewinder is currently broken due to an unrelated problem.
The case Amit is worried about is only manifesting on the
back branches, eg here:

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=sidewinder&dt=2020-01-02%2018%3A45%3A25

where we're getting postmaster start failures like this one:

2020-01-02 19:51:05.685 CET [24138:1] LOG: starting PostgreSQL 12.1 on x86_64-unknown-netbsd7.0, compiled by gcc (nb2 20150115) 4.8.4, 64-bit
2020-01-02 19:51:05.686 CET [24138:2] LOG: listening on Unix socket "/tmp/sxAcn7SAzt/.s.PGSQL.56110"
2020-01-02 19:51:05.687 CET [24138:3] FATAL: insufficient file descriptors available to start server process
2020-01-02 19:51:05.687 CET [24138:4] DETAIL: System allows 19, we need at least 20.
2020-01-02 19:51:05.687 CET [24138:5] LOG: database system is shut down

This would happen if anything is causing the postmaster to have
a few more open files than the test added by commit
d207038053837ae9365df2776371632387f6f655 is allowing for. It's
a test bug and nothing more.

Why sidewinder is not showing this in HEAD too is an interesting
question, but it isn't. However, it could be that on another
platform (ie bionic) the problem does manifest in HEAD.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2020-01-08 15:57:33 pgsql: Improve GSSAPI Encryption startup comment in libpq
Previous Message Tom Lane 2020-01-08 14:43:17 pgsql: Fix handling of generated columns in ALTER TABLE.

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2020-01-08 15:06:46 Re: Modernizing SQL functions' result type coercions
Previous Message Christoph Berg 2020-01-08 14:38:25 src/test/recovery regression failure on bionic