pgsql: Fix name collision between concurrent regression tests. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix name collision between concurrent regression tests.
Date
Msg-id E1SsnMl-0004qU-Jg@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix name collision between concurrent regression tests.

Commit f5bcd398addcbeb785f0513cf28cba5d1ecd2c8a introduced a test using
a table named "circles" in inherit.sql.  Unfortunately, the concurrently
executed constraints test was already using that table name, so the
parallel regression tests would sometimes fail.  Rename table to dodge
the problem.  Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b71258af5613e627bb2b3b1e1874abe5c0226dc4

Modified Files
--------------
src/test/regress/expected/inherit.out |   30 +++++++++++++++---------------
src/test/regress/sql/inherit.sql      |   16 ++++++++--------
2 files changed, 23 insertions(+), 23 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve copydir() code for the case that fsync is off.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix name collision between concurrent regression tests.