Re: Wrong dependency in parallel regression test

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Wrong dependency in parallel regression test
Date: 2002-05-22 04:31:49
Message-ID: 21157.1022041909@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> 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.

Wow. Has anyone tried to do an exhaustive check that the parallel
regression test schedule is OK?

I'd think that it could be done in a reasonable amount of time by
running each test of each parallel group (a) first and (b) last
among its group.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2002-05-22 04:33:45 Re: Redhat 7.3 time manipulation bug
Previous Message Oliver Elphick 2002-05-22 04:18:43 Re: Redhat 7.3 time manipulation bug