Re: Jenkins - Mailing list pgsql-general

From Craig Ringer
Subject Re: Jenkins
Date
Msg-id 4E72B80A.5070309@ringerc.id.au
Whole thread Raw
In response to Jenkins  (salah jubeh <s_jubeh@yahoo.com>)
List pgsql-general
On 15/09/2011 6:13 PM, salah jubeh wrote:

 Hello Craig,

I would like to test the software requirement specification .  There are some tools such as pgTAP but I am not sure about it..

Please reply to the mailing list, not just to me directly.

If you're testing against a spec, you probably want to use JUnit and Jenkins to test your application's behavior, including JUnit tests that test your database access and related classes.

If you have stored functions, etc, that you want to test you can test them via PgJDBC and JUnit.




Regards
 


From: Craig Ringer <ringerc@ringerc.id.au>
To: salah jubeh <s_jubeh@yahoo.com>
Cc: pgsql <pgsql-general@postgresql.org>
Sent: Thursday, September 15, 2011 8:33 AM
Subject: Re: [GENERAL] Jenkins

On 09/13/2011 07:28 PM, salah jubeh wrote:
Hello.

This might be the wrong place to post my question, but any help is appreciated.

Did any one used Jenkins for Postgresql unit testing, and what are the available unit testing plug-ins?,  is there is a tutorial for that ?
Thanks in advance
 


I'm not aware of any significant use of Jenkins with Pg, though I'm sure plenty of Java apps that use Pg via PgJDBC test against it using JUnit . That might be your best bet for now, as AFAIK there aren't any dedicated Pg-specific JUnit plugins.

What sorts of things do you want to test, anyway?

--
Craig Ringer



pgsql-general by date:

Previous
From: adebarros
Date:
Subject: Upgrading from 9.0->9.1 Ubuntu Best Practices
Next
From: Jayadevan
Date:
Subject: Re: How to convert ByteA to Large Objects