Re: has_wal_read_bug

2022-10-29 Thread Noah Misch
On Tue, May 17, 2022 at 12:15:35AM -0700, Noah Misch wrote: > On Tue, May 17, 2022 at 11:50:51AM +1200, Thomas Munro wrote: > > 027_stream_regress.pl has: > > > > if (PostgreSQL::Test::Utils::has_wal_read_bug) > > { > > # We'd prefer to use Test::More->builder->todo_start, but the bug causes >

Re: has_wal_read_bug

2022-05-17 Thread Noah Misch
On Tue, May 17, 2022 at 11:50:51AM +1200, Thomas Munro wrote: > 027_stream_regress.pl has: > > if (PostgreSQL::Test::Utils::has_wal_read_bug) > { > # We'd prefer to use Test::More->builder->todo_start, but the bug causes > # this test file to die(), not merely to fail. > plan skip_all