call for creating test suite

From: Ludek Finstrle <luf(at)pzkagis(dot)cz>
To: pgsql-odbc(at)postgresql(dot)org
Subject: call for creating test suite
Date: 2006-01-12 14:59:02
Message-ID: 20060112145902.GA8223@soptik.pzkagis.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hello,

is here someone who will create testsuite for psqlodbc driver?
I have this idea:

- it contains executable, and dir with text files
- each text file describe one test
- text file contains specification:
- test name
- what is the right result (failure with specified sqlstate could
be the right result)
- SQLXXX odbc commands with parameters which will be executed
in same order they are written to text file
- executable
- goes throught test dir execute each test and copare expected
result (readed from text file) againist real result for each
test; it takes in mind if the failure is on the last SQLXXX
- it stops on first error which is raised during execution of text
file
- write if each test is ok or not ok to stdout

Comments and volunteers are welcome.
This could improve bug hunting and checking if there is no known
bug in new release or development snapshot.

Please help us,

Luf

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Adam Biser 2006-01-12 22:07:19 Re: Parameters.Refresh error.
Previous Message Ludek Finstrle 2006-01-12 14:30:55 Re: Values in the select