Re: vacuumlo: add test to vacuumlo for test coverage

Поиск
Список
Период
Сортировка
От Ian Lawrence Barwick
Тема Re: vacuumlo: add test to vacuumlo for test coverage
Дата
Msg-id CAB8KJ=gdXU2i=F2B3k2zYz_ueAdhwDUrXMRoY0=UywCQ3dY3Pg@mail.gmail.com
обсуждение исходный текст
Ответ на vacuumlo: add test to vacuumlo for test coverage  (Dong Wook Lee <sh95119@gmail.com>)
Ответы Re: vacuumlo: add test to vacuumlo for test coverage  (vignesh C <vignesh21@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: John Naylor
Дата:
Сообщение: Re: [PoC] Improve dead tuple storage for lazy vacuum
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Standardizing how pg_waldump presents recovery conflict XID cutoffs