Re: [HACKERS] Parallel regress tests (was Re: FOREIGN KEY andshift/reduce)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: wieck(at)debis(dot)com (Jan Wieck)
Cc: lockhart(at)alumni(dot)caltech(dot)edu, peter_e(at)gmx(dot)net, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Parallel regress tests (was Re: FOREIGN KEY andshift/reduce)
Date: 1999-12-09 01:46:50
Message-ID: 29191.944704010@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:
> The multi session test tool, written in Tcl, is ready.

Looks way cool.

> Where should it go and how should it be named?

Why not throw it in as another src/bin/ subdirectory, or maybe put it
in Peter's new "src/bin/scripts/" directory? No great ideas for
a name here.

> The default time for the "wait" command is 5 seconds, but can
> be specified explicitly as "wait A 10".

It makes me uncomfortable that there are any explicit times at all.
A developer might set up a test script with delays that seem ample
on his hardware, yet will fail when someone tries to use the script
on a much slower and/or heavily loaded system.

Can we find a way to avoid needing explicit times in the scripts?
If not, there should probably be a command-line switch that allows all
the times to be scaled by some amount. (Ugly, but could be really
handy.)

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Lamar Owen 1999-12-09 02:45:19 Re: [HACKERS] Postgresql 6.5.3-2 for redhat 6.1
Previous Message Tom Lane 1999-12-09 01:38:30 Re: [HACKERS] More initdb follies