Re: Postgres SQL specification (tests)

From: Kevin Field <kevinjamesfield(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Postgres SQL specification (tests)
Date: 2009-04-16 12:09:06
Message-ID: a7b066a7-dee0-4ac0-b660-c21601691fb2@z19g2000yqe.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Apr 16, 3:14 am, mito <milos(dot)ors(dot)(dot)(dot)(at)gmail(dot)com> wrote:
> Hi,
>
> i have built an SQL interface using rule system which supports row
> versioning and i would like to test it against Postgres SQL specification.
>
> Is there something like test cases for postgres SQL interface?
>
> Or do you have any ideas how to build a group of all possible cases of
> table structure and generate appropriate queries, which can be tested
> against postgres?
>
> thanks

For unit testing, I use pgTap, it's pretty handy for scripting your
tests.

What do you mean by all possible cases of table structure? That would
be infinite...

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2009-04-16 12:19:09 Re: Unicode string literals versus the world
Previous Message Marko Kreen 2009-04-16 11:47:20 Re: Unicode string literals versus the world