RE: Unit Test Failures

2012-10-31 Thread Edison Su
o: cloudstack-dev@incubator.apache.org > Subject: Re: Unit Test Failures > > Hugo, > > You are correct -- I missed a very important word there. An issue with using > an in-memory database for integration tests are the differences between > SQL dialects (i.e. a valid query for HSQLDB may no

Re: Unit Test Failures

2012-10-31 Thread John Burwell
result is blue (in jenkins) while obviously there is something going >>> horribly wrong. >>> >>> You can still disable the tests during your maven run, but they are now >>> enabled by default. See >>> http://maven.apache.org/plugins/maven-surefire-plugin/

Re: Unit Test Failures

2012-10-30 Thread Hugo Trippaers
lt. See >> http://maven.apache.org/plugins/maven-surefire-plugin/examples/skipping-test.html >> >> >> Cheers, >> >> Hugo >> >>> -Original Message- >>> From: John Burwell [mailto:jburw...@basho.com] >>> Sent: Tuesday, O

Re: Unit Test Failures

2012-10-30 Thread John Burwell
plugin/examples/skipping-test.html > > > Cheers, > > Hugo > >> -Original Message- >> From: John Burwell [mailto:jburw...@basho.com] >> Sent: Tuesday, October 30, 2012 9:59 PM >> To: cloudstack-dev@incubator.apache.org >> Subject: Unit Test Failu

RE: Unit Test Failures

2012-10-30 Thread Hugo Trippaers
gt; To: cloudstack-dev@incubator.apache.org > Subject: Unit Test Failures > > All, > > I just pulled down the latest from master, and am receiving a pile of unit > test > errors such as the following: > > 2012-10-30 16:56:50,951 ERROR [db.Transaction.

Unit Test Failures

2012-10-30 Thread John Burwell
All, I just pulled down the latest from master, and am receiving a pile of unit test errors such as the following: 2012-10-30 16:56:50,951 ERROR [db.Transaction.Transaction] (Thread-587:) Unexpected exception: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failur

RE: unit-test failures due to changes in ComponentLocator

2012-08-07 Thread Alex Huang
Thanks. Hopefully it's fixed now. --Alex > -Original Message- > From: Ewan Mellor [mailto:ewan.mel...@eu.citrix.com] > Sent: Tuesday, August 07, 2012 5:28 PM > To: cloudstack-dev@incubator.apache.org > Subject: unit-test failures due to changes in ComponentLocator

unit-test failures due to changes in ComponentLocator

2012-08-07 Thread Ewan Mellor
Alex, The following changeset seems to have caused three new unit test failures: commit 1d3a443237f2f3d5bb4d2bc801860c41a6c46830 Author: Alex Huang Date: Mon Jul 9 10:25:14 2012 -0700 Added support for component libraries in plugins http://jenkins.cloudstack.org/job/junit-test/176

RE: Unit test failures

2012-08-06 Thread Ewan Mellor
.testGetRandomIpFromCidr(NetUtilsTest.java:53) Thanks, Ewan. > -Original Message- > From: Mice Xia [mailto:mice_...@tcloudcomputing.com] > Sent: Monday, August 06, 2012 1:17 AM > To: cloudstack-dev@incubator.apache.org > Subject: RE: Unit test failures > >

RE: Unit test failures

2012-08-06 Thread Mice Xia
To: cloudstack-dev@incubator.apache.org Subject: Unit test failures Hi everyone, We have fixed almost all of our unit tests, and we are down to 3 failures (two of which look like the same cause). The details are below. If someone has any ideas on these, then it would be greatly appreciated. We

Unit test failures

2012-08-03 Thread Ewan Mellor
Hi everyone, We have fixed almost all of our unit tests, and we are down to 3 failures (two of which look like the same cause). The details are below. If someone has any ideas on these, then it would be greatly appreciated. We need a perfect green light on unit tests before we can release. T