Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD
От | Mikael Kjellström |
---|---|
Тема | Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD |
Дата | |
Msg-id | c9b2e6d3-7ed8-ca52-d697-a9c2af9ff50c@mksoft.nu обсуждение исходный текст |
Ответ на | Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD (Mikael Kjellström <mikael.kjellstrom@mksoft.nu>) |
Ответы |
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD
|
Список | pgsql-hackers |
On 2019-01-17 23:37, Mikael Kjellström wrote: > > On 2019-01-17 23:23, Tom Lane wrote: > >> Yeah, you might've been able to get by with OpenBSD/NetBSD's default >> semaphore settings before, but they really only let one postmaster >> run at a time; and the TAP tests want to start more than one. >> For me it seems to work to append this to /etc/sysctl.conf: >> >> kern.seminfo.semmni=100 >> kern.seminfo.semmns=2000 >> >> and either reboot, or install those settings manually with sysctl. > > Looks that way. > > I've increased the values and rebooted the machines. > > Let's hope 5th time is the charm :-) Nope! But it looks like in NetBSD the options are called: netbsd7-pgbf# sysctl -a | grep semmn kern.ipc.semmni = 10 kern.ipc.semmns = 60 kern.ipc.semmnu = 30 so I will try and set that in /etc/sysctl.conf and reboot and see what happens. /Mikael
В списке pgsql-hackers по дате отправления: