Re: vacuumlo: add test to vacuumlo for test coverage

From: vignesh C <vignesh21(at)gmail(dot)com>
To: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
Cc: Dong Wook Lee <sh95119(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: vacuumlo: add test to vacuumlo for test coverage
Date: 2023-01-17 11:40:45
Message-ID: CALDaNm2YTQ72qpzyp3iWM070bCy=qVUG9vpv0+8d4MVMj47uXg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 16 Nov 2022 at 10:18, Ian Lawrence Barwick <barwick(at)gmail(dot)com> wrote:
>
> 2022年9月3日(土) 17:28 Dong Wook Lee <sh95119(at)gmail(dot)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

Hi DongWook Lee,

Please plan to work on the comment and provide a patch. As CommitFest
2023-01 is currently underway, this would be an excellent time to
update the patch and get the patch in a better shape.

Regards,
Vignesh

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2023-01-17 11:47:19 Re: Fix database creation during installchecks for ICU cluster
Previous Message vignesh C 2023-01-17 11:36:02 Re: xml2: add test for coverage