Wrong dependency in parallel regression test

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Wrong dependency in parallel regression test
Date: 2002-05-22 00:26:27
Message-ID: Pine.LNX.4.44.0205211528480.1230-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Notice that the parallel regression test runs

parallel group (7 tests): create_aggregate create_operator inherit
triggers constraints create_misc create_index

create_index creates an index on a table "onek2" which is created in
create_misc. I just saw this fail because create_index got there first.
On the next run everything was OK.

It's interesting that no one has seen this before, so it's quite
low-probability. I'll just mention it here for the archives.

--
Peter Eisentraut peter_e(at)gmx(dot)net

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2002-05-22 01:09:11 Re: Redhat 7.3 time manipulation bug
Previous Message Josh Berkus 2002-05-22 00:22:05 Timestamp & Interval - Part 1