[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: summarizing current "make test" invocation for SVN trunk as of rev 2934
- Subject: Re: summarizing current "make test" invocation for SVN trunk as of rev 2934
- From: Chris Travers <..hidden..>
- Date: Mon, 1 Mar 2010 08:56:46 -0800
On Sun, Feb 28, 2010 at 9:53 PM, Adam Thompson <..hidden..> wrote:
> The LWP tests currently won't run simultaneously with creation of a new
> database due to the fact that t/40-dbsetup.t doesn't create (AFAIK) an
> LSMB user with enough permissions to run the LWP tests successfully.
> Run them afterward with PGDATABASE instead of LSMB_NEW_DB, as far as I
> can tell.
I have just changed the LWP tests to also skip_all if LSMB_INSTALL_DB
is set. The reasoning here is that the LWP tests are not
production-safe so you do not want to write test data to your database
before using it in production.
Best Wishes,
Chris Travers