| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Cc: | Matt Miller <mattm(at)epx(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Testing of MVCC |
| Date: | 2005-08-16 01:53:37 |
| Message-ID: | 20360.1124157217@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> Tom Lane wrote:
>> I'm pretty sure there are re-implementations of Expect out there that
>> don't use Tcl; would you be happier with, say, a perl-based tool?
> Yes, because we already have a dependency on perl. But don't be
> surprised if we can't find such a beast, especially one that runs under
> the weird MSys DTK perl -
[ digs... ] It looks like what I was remembering is
http://search.cpan.org/~lbrocard/Test-Expect-0.29/lib/Test/Expect.pm
which seems to leave all the interesting problems (like driving more
than one program-under-test) to the user's own devices. Sigh.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christopher Browne | 2005-08-16 01:54:44 | Re: Postgresql Books: Which one ? |
| Previous Message | Christopher Browne | 2005-08-16 01:47:00 | Re: do separate databases have any impact each other? |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2005-08-16 01:55:15 | Re: [PATCHES] enable/disable trigger (Re: Fwd: Open items) |
| Previous Message | Andrew Dunstan | 2005-08-16 01:33:54 | Re: Testing of MVCC |