Re: multi-platform, multi-locale regression tests

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <peter_e(at)gmx(dot)net>,<david(at)kineticode(dot)com>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: multi-platform, multi-locale regression tests
Date: 2010-11-10 13:31:06
Message-ID: 4CDA4A3A0200002500037508@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Peter Eisentraut wrote:
> On tis, 2010-11-09 at 14:00 -0800, David E. Wheeler wrote:
>
>> I've been talking to Nasby and Dunstan about adding a
>> Test::More/pgTAP-based test suite to the core. It wouldn't run
>> with the usual core suite used by developers, which would continue
>> to use pg_regress. But they could run it if they wanted (and had
>> the prerequisites), and the build farm animals would run them
>> regularly.
>
> I'd welcome something like that, but I'm not sure that that's the
> best overall solution to this particular problem in the short run.
> But it would be great to have anyway.

For the Serializable Snapshot Isolation (SSI) patch I needed a test
suite which would handle concurrent sessions which interleaved
statements in predictable ways. I was told pgTAP wasn't a good
choice for that and went with Markus Wanner's dtester package. The
SSI patch adds a "dcheck" build target which is not included in any
others to run the dtester tests.

I don't know if dtester meets the other needs people have, or whether
this is a complementary approach, but it seemed worth mentioning.

-Kevin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message KaiGai Kohei 2010-11-10 13:33:30 Re: security hooks on object creation
Previous Message Alvaro Herrera 2010-11-10 13:27:54 Re: Fix for seg picksplit function