pgsql: Fix name collision between concurrent regression tests.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix name collision between concurrent regression tests.
Date: 2012-07-22 04:01:59
Message-ID: E1SsnMl-0004qW-L7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_2_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-07-23 18:44:45 pgsql: Make pgbench vacuum before building indexes.
Previous Message Tom Lane 2012-07-22 00:10:38 pgsql: Improve copydir() code for the case that fsync is off.