Re: Build issue - Test

2012-11-09 Thread David Nalley
On Fri, Nov 9, 2012 at 2:46 PM, Chip Childers wrote: > On Sat, Nov 3, 2012 at 12:29 PM, Charles Moulliard wrote: >> Database connection is there. I think that doc should be improved to >> explain for 4.1.0 what should be configured and installed prior to start >> maven build > > Except that IMO,

Re: Build issue - Test

2012-11-09 Thread Chip Childers
On Sat, Nov 3, 2012 at 12:29 PM, Charles Moulliard wrote: > Database connection is there. I think that doc should be improved to > explain for 4.1.0 what should be configured and installed prior to start > maven build Except that IMO, we should not require a database to build or run real unit tes

Re: Build issue - Test

2012-11-03 Thread Charles Moulliard
Database connection is there. I think that doc should be improved to explain for 4.1.0 what should be configured and installed prior to start maven build On Fri, Nov 2, 2012 at 6:59 PM, Chiradeep Vittal < chiradeep.vit...@citrix.com> wrote: > Agreed, but a lot of unit tests assume a database con

Re: Build issue - Test

2012-11-02 Thread Chiradeep Vittal
Agreed, but a lot of unit tests assume a database connection We can fix those tests to use @Before public void beforeMethod() { org.junit.Assume.assumeThat(DbIsConnected); // rest of setup. } On 11/2/12 10:13 AM, "Charles Moulliard" wrote: >unit test should work. > > >On Fri, Nov 2, 2

Re: Build issue - Test

2012-11-02 Thread Charles Moulliard
unit test should work. On Fri, Nov 2, 2012 at 6:04 PM, Chiradeep Vittal < chiradeep.vit...@citrix.com> wrote: > Try to run it with DskipTests=true > > On 11/2/12 6:59 AM, "Charles Moulliard" wrote: > > >Hi, > > > >During maven build of cloudstack project (last git pull), I get this > >error : >

Re: Build issue - Test

2012-11-02 Thread Chiradeep Vittal
Try to run it with DskipTests=true On 11/2/12 6:59 AM, "Charles Moulliard" wrote: >Hi, > >During maven build of cloudstack project (last git pull), I get this >error : > >2012-11-02 14:48:14,269 ERROR [network.security.SecurityGroupManagerImpl] >(main:) Problem during SG work >com.cloud.network.

Fwd: Build issue - Test

2012-11-02 Thread Charles Moulliard
Hi, During maven build of cloudstack project (last git pull), I get this error : 2012-11-02 14:48:14,269 ERROR [network.security.SecurityGroupManagerImpl] (main:) Problem during SG work com.cloud.network.security.LocalSecurityGroupWorkQueue$LocalSecurityGroupWork@44c com.cloud.utils.exception.Clo