Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD

From: Mikael Kjellström <mikael(dot)kjellstrom(at)mksoft(dot)nu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD
Date: 2019-01-17 22:54:46
Message-ID: c9b2e6d3-7ed8-ca52-d697-a9c2af9ff50c@mksoft.nu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mikael Kjellström 2019-01-17 23:00:49 Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD
Previous Message Alvaro Herrera 2019-01-17 22:54:31 Re: problems with foreign keys on partitioned tables