Re: vacuumlo: add test to vacuumlo for test coverage - Mailing list pgsql-hackers

From Ian Lawrence Barwick
Subject Re: vacuumlo: add test to vacuumlo for test coverage
Date
Msg-id CAB8KJ=gdXU2i=F2B3k2zYz_ueAdhwDUrXMRoY0=UywCQ3dY3Pg@mail.gmail.com
Whole thread Raw
In response to vacuumlo: add test to vacuumlo for test coverage  (Dong Wook Lee <sh95119@gmail.com>)
Responses Re: vacuumlo: add test to vacuumlo for test coverage
List pgsql-hackers
2022年9月3日(土) 17:28 Dong Wook Lee <sh95119@gmail.com>:
>
> Hi hackers,
> I write a tiny patch about vacuumlo to improve test coverage.
> I hope my work is meaningful.

Hi

While reviewing the patch backlog, we have determined that this patch adds
one or more TAP tests but has not added the test to the "meson.build" file.

To do this, locate the relevant "meson.build" file for each test and add it
in the 'tests' dictionary, which will look something like this:

  'tap': {
    'tests': [
      't/001_basic.pl',
    ],
  },

For some additional details please see this Wiki article:

  https://wiki.postgresql.org/wiki/Meson_for_patch_authors

For more information on the meson build system for PostgreSQL see:

  https://wiki.postgresql.org/wiki/Meson


Regards

Ian Barwick



pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: [PoC] Improve dead tuple storage for lazy vacuum
Next
From: Peter Geoghegan
Date:
Subject: Re: Standardizing how pg_waldump presents recovery conflict XID cutoffs