Re: [HACKERS] A note about debugging TAP failures - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] A note about debugging TAP failures
Date
Msg-id 7ba71336-e958-eec2-f551-35df4715f9a4@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] A note about debugging TAP failures  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: [HACKERS] A note about debugging TAP failures
List pgsql-hackers
On 4/25/17 11:00, Daniel Gustafsson wrote:
> Makes sense, assuming a “clean slate” to run on seems a reasonable assumption
> for the test and it makes for simpler code in PostgresNode.  Updated the patch
> which now have static datadir names; retains on PG_TESTS_NOCLEAN or any kind of
> test failure; and allows for cleaning datadirs without having to use make clean
> (seems the wrong size hammer for that nail).

Committed.  I had to make some changes in the pg_rewind tests.  Those
make data directories with conflicting names, which did not work anymore
because the names are no longer random.  Other than that this is pretty
nice.  Thanks!

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] [COMMITTERS] pgsql: Add psql variables showing serverversion and psql version.
Next
From: andres@anarazel.de (Andres Freund)
Date:
Subject: Re: [HACKERS] JIT compiling expressions/deform + inlining prototypev2.0