Re: Adding NetBSD and OpenBSD to Postgres CI - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Adding NetBSD and OpenBSD to Postgres CI
Date
Msg-id gfzebepomuqkepeocdjxnrfdl6zohte6eyiy5jzfs66m73nria@7atcelcaba2h
Whole thread Raw
In response to Re: Adding NetBSD and OpenBSD to Postgres CI  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Hi,

On 2025-02-12 09:49:35 -0500, Andres Freund wrote:
> I finally pushed this.

One thing I noticed is that occasionally the tests fail on openbsd after
exceeding the system wide number of files, not in postgres, but causing meson
test to fail.  I could either put an increase of kern.maxfiles in the openbsd
image generation, or in the CI task, any opinions?

The soft nofiles limit is also rather ridiculously low, at 128. I'd not be
surprised if that hurts test performance slightly. OTOH, I guess it's good to
have some CI coverage of a low setting.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: what's going on with lapwing?
Next
From: Jacob Champion
Date:
Subject: Re: [PATCH] pg_stat_activity: make slow/hanging authentication more visible