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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD
Дата
Msg-id 4615.1547792324@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD
Список pgsql-hackers
BTW, if you're wondering why curculio is still failing the pgbench
test, all is explained here:

https://man.openbsd.org/srandom

Or at least most is explained there.  While curculio is unsurprisingly
failing all four seeded_random tests, when I try it locally on an
OpenBSD 6.4 installation, only the uniform, exponential, and gaussian
cases reliably "fail".  zipfian usually doesn't.  It looks like the
zipfian code almost always produces 4000 regardless of the seed value,
though occasionally it produces 4001.  Bad parameters for that
algorithm, perhaps?

            regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: sho kato
Дата:
Сообщение: Re: Delay locking partitions during INSERT and UPDATE
Следующее
От: "Tsunakawa, Takayuki"
Дата:
Сообщение: RE: Libpq support to connect to standby server as priority