Re: pg_waldump: add test for coverage

From: Andres Freund <andres(at)anarazel(dot)de>
To: Dong Wook Lee <sh95119(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_waldump: add test for coverage
Date: 2022-09-22 15:16:10
Message-ID: 20220922151610.azlyasrrgf7hnmta@awork3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2022-08-23 10:50:08 +0900, Dong Wook Lee wrote:
> I wrote a test for coverage.

Unfortunately the test doesn't seem to pass on windows, and hasn't ever done so:
https://cirrus-ci.com/github/postgresql-cfbot/postgresql/commitfest/39/3834

Due to the merge of the meson patchset, you should also add 001_basic.pl to
the list of tests in meson.build

Greetings,

Andres Freund

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-09-22 15:19:09 Re: Amcheck verification of GiST and GIN
Previous Message Andres Freund 2022-09-22 15:13:28 Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index.