Parallel regress tests (was Re: FOREIGN KEY and shift/reduce)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: wieck(at)debis(dot)com (Jan Wieck)
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Parallel regress tests (was Re: FOREIGN KEY and shift/reduce)
Date: 1999-12-07 17:52:54
Message-ID: 23950.944589174@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

wieck(at)debis(dot)com (Jan Wieck) writes:
> I'm thinking about another enhancement to the regression test
> now. Something where at least two sessions can run queries
> in a predefined order. Otherwise, something like the above
> cannot be checked during regression.

Yes, we could really use something like that.

> I'm not sure how that can be done with a standard shell, and
> that's a must. Maybe something using named pipes and so -
> will play around a little.

Would probably be more portable to write a little bit of C code that
opens several libpq connections and reads a script file with interleaved
commands to send to the different connections. OTOH, by the time you
got done, it might have much of psql in it (certainly at least the
display code).

Peter, in your slicing and dicing of psql, did you end up with anything
that might make this a feasible approach?

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ed Loehr 1999-12-07 18:08:58 Re: [HACKERS] Raising funds for PostgreSQL
Previous Message Tom Lane 1999-12-07 17:40:36 Re: [HACKERS] When is 7.0 going Beta?