Re: Reproducible builds: genbki.pl and Gen_fmgrtab.pl - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Reproducible builds: genbki.pl and Gen_fmgrtab.pl
Date
Msg-id d68d254a-6f97-a8c2-4656-ab8886fe2c38@2ndQuadrant.com
Whole thread Raw
In response to Re: Reproducible builds: genbki.pl and Gen_fmgrtab.pl  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Reproducible builds: genbki.pl and Gen_fmgrtab.pl
List pgsql-hackers

On 12/21/2017 08:27 AM, Michael Paquier wrote:
> On Thu, Dec 21, 2017 at 10:13 PM, Andrew Dunstan
> <andrew.dunstan@2ndquadrant.com> wrote:
>> Looks reasonable. Regarding the change to TestLib.pm, we should make
>> sure that the tests have unique names. There is a small amount of
>> duplication currently:
>>
>>     ./src/bin/pg_dump/t/001_basic.pl
>>     ./src/bin/pg_rewind/t/001_basic.pl
>>     ./src/test/modules/commit_ts/t/001_base.pl
>>     ./src/test/modules/test_pg_dump/t/001_base.pl
> Why does the uniqueness of application_name set in the TAP test suite
> matter? Each instance of Postgres is self-contained into its own Unix
> domain path and port.



I've found it annoying in the past. Probably now that the buildfarm
reports each test series separately it matters less. Previously we
reported many of the TAP tests together.

cheers

andrew

-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: [HACKERS] Runtime Partition Pruning
Next
From: Pavel Stehule
Date:
Subject: Re: Postgres with pthread