Re: Adding NetBSD and OpenBSD to Postgres CI

From: Andres Freund <andres(at)anarazel(dot)de>
To: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>
Subject: Re: Adding NetBSD and OpenBSD to Postgres CI
Date: 2025-03-04 16:11:18
Message-ID: gfzebepomuqkepeocdjxnrfdl6zohte6eyiy5jzfs66m73nria@7atcelcaba2h
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2025-03-04 16:12:24 Re: [PATCH] pg_stat_activity: make slow/hanging authentication more visible
Previous Message Robert Haas 2025-03-04 16:02:51 Re: what's going on with lapwing?