Re: Current status of the GSoc project: pgUnitTest

Lists: pgsql-students
From: "Mickael DELOISON" <mdeloison(at)gmail(dot)com>
To: pgsql-students(at)postgresql(dot)org, gambit(at)rasterburn(dot)org
Subject: Current status of the GSoc project: pgUnitTest
Date: 2007-07-10 00:25:26
Message-ID: 1f8f052b0707091725i7abfdd1fr17ebd463cb0f936e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-students

Hello,

I am on the project pgUnitTest. The program is usable but is just on
the pgFoundry CVS at this time. I am writing a tutorial (a sort of
walk through) that explains how to use it. And I think I will release
a beta version of the program by the end of the week. I will let you
know so that people interested in testing what I have done can do it
and give me advice.

Best regards,
Mickael


From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Mickael DELOISON <mdeloison(at)gmail(dot)com>
Cc: pgsql-students(at)postgresql(dot)org, gambit(at)rasterburn(dot)org
Subject: Re: Current status of the GSoc project: pgUnitTest
Date: 2007-07-10 16:51:40
Message-ID: 4693B91C.2090307@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-students

Mickael,

> I am on the project pgUnitTest. The program is usable but is just on
> the pgFoundry CVS at this time. I am writing a tutorial (a sort of
> walk through) that explains how to use it. And I think I will release
> a beta version of the program by the end of the week. I will let you
> know so that people interested in testing what I have done can do it
> and give me advice.

All right!

There's been significant amount of interest in what you're doing by
PostgreSQL companies. Keep up the good work.

--Josh


From: "Simon Riggs" <simon(at)2ndquadrant(dot)com>
To: "Josh Berkus" <josh(at)agliodbs(dot)com>
Cc: "Mickael DELOISON" <mdeloison(at)gmail(dot)com>, <pgsql-students(at)postgresql(dot)org>, <gambit(at)rasterburn(dot)org>
Subject: Re: Current status of the GSoc project: pgUnitTest
Date: 2007-07-10 18:21:01
Message-ID: 1184091661.4261.0.camel@ebony.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-students

On Tue, 2007-07-10 at 18:51 +0200, Josh Berkus wrote:
> Mickael,
>
> > I am on the project pgUnitTest. The program is usable but is just on
> > the pgFoundry CVS at this time. I am writing a tutorial (a sort of
> > walk through) that explains how to use it. And I think I will release
> > a beta version of the program by the end of the week. I will let you
> > know so that people interested in testing what I have done can do it
> > and give me advice.
>
> All right!
>
> There's been significant amount of interest in what you're doing by
> PostgreSQL companies. Keep up the good work.

Even more important: what is it?

--
Simon Riggs
EnterpriseDB http://www.enterprisedb.com


From: "Mickael DELOISON" <mdeloison(at)gmail(dot)com>
To: "Simon Riggs" <simon(at)2ndquadrant(dot)com>
Cc: "Josh Berkus" <josh(at)agliodbs(dot)com>, pgsql-students(at)postgresql(dot)org, gambit(at)rasterburn(dot)org
Subject: Re: Current status of the GSoc project: pgUnitTest
Date: 2007-07-14 17:54:33
Message-ID: 1f8f052b0707141054o4d09a395l24884f05d42e1b3a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-students

2007/7/10, Simon Riggs <simon(at)2ndquadrant(dot)com>:
>
> Even more important: what is it?
>
> --
> Simon Riggs
> EnterpriseDB http://www.enterprisedb.com
>
>

Hello,

You have the project page here: http://pgfoundry.org/projects/pgunittest/
pgUnitTest is a tool to run a unit test suite on PostgreSQL databases.
The unit tests concern database queries and can be select statements
with a result expected or insert statements using random data
generators.

The idea is the same as the one you can find there:
http://msdn2.microsoft.com/en-us/library/bb381703(VS.80).aspx

I said that I would give an example at the end of the week, but I have
a problem to figure out, when there is a unique constraint on a column
or on a set of columns. As soon as the problem will be solved I will
tell it.

Best regards,
Mickael