Re: Notes on converting from MySQL 5.0.x to PostgreSQL - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Notes on converting from MySQL 5.0.x to PostgreSQL
Date
Msg-id 20060701120940.GB24775@svana.org
Whole thread Raw
In response to Re: Notes on converting from MySQL 5.0.x to PostgreSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Fri, Jun 30, 2006 at 11:26:06PM -0400, Tom Lane wrote:
> Something that would actually hold some intellectual interest is to
> improve the testing infrastructure.  The current setup is pretty limited
> as to its ability to deal with varying outputs, and even more limited
> in its ability to test concurrent behavior.  Again, see the archives.

I must admit I was kind of surprised this didn't generate much
feedback:

http://archives.postgresql.org/pgsql-hackers/2005-08/msg01073.php

It's a simple tester that drives multiple postgres backends
simultaneously and can test whether various concurrently running
transaction correctly block/abort in various situations. I also used it
to test whether all the different LOCK types work as documented in the
documentation (they do, the program checked all combinations of two
locks).

It would in theory be possible to generate scripts to test thing like
simultaneously firing multiple CREATE INDEX commands in seperate
transactions and see how they interact.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Attachment

pgsql-general by date:

Previous
From: "Philippe Lang"
Date:
Subject: Dynamic technical graphics generation inside plperl query?
Next
From: Martijn van Oosterhout
Date:
Subject: Re: different sort order in windows and linux version