Re: failing unit tests....

2013-10-27 Thread Laszlo Hornyak
art() method of ManagementServer basically will break things > >> for Mike again. I'll leave it to Darren to resolve this for now. I > don't > >> know enough about Spring loading to resolve this correctly for both > cases. > >> > >> --Alex > >

Re: failing unit tests....

2013-10-26 Thread Darren Shepherd
;> for Mike again. I'll leave it to Darren to resolve this for now. I don't >> know enough about Spring loading to resolve this correctly for both cases. >> >> --Alex >> >> > -----Original Message- >> > From: Laszlo Hornyak [mailto:laszlo.hor

Re: failing unit tests....

2013-10-26 Thread Laszlo Hornyak
k [mailto:laszlo.horn...@gmail.com] > > Sent: Friday, October 25, 2013 3:19 PM > > To: dev@cloudstack.apache.org > > Subject: Re: failing unit tests > > > > I have just sent a fix for that, looks like everything is green now. > Please check! > > > >

RE: failing unit tests....

2013-10-25 Thread Alex Huang
3 3:19 PM > To: dev@cloudstack.apache.org > Subject: Re: failing unit tests > > I have just sent a fix for that, looks like everything is green now. Please > check! > > > On Fri, Oct 25, 2013 at 11:52 PM, Darren Shepherd < > darren.s.sheph...@gmail.com> wrote: > > &g

Re: failing unit tests....

2013-10-25 Thread Darren Shepherd
Laszlo, You want to revert your commit. I caused the original issue. I moved the initialization of LockMasterListener to be a class member to work around a different intiailization issue somebody reported. It was a hasty change and I shouldn't have done it like that. So that broke the unit tes

Re: failing unit tests....

2013-10-25 Thread Laszlo Hornyak
I have just sent a fix for that, looks like everything is green now. Please check! On Fri, Oct 25, 2013 at 11:52 PM, Darren Shepherd < darren.s.sheph...@gmail.com> wrote: > I'll fix that. > > Darren > > On Fri, Oct 25, 2013 at 1:54 PM, Alex Huang wrote: > > I'm getting this failing unit test wh

RE: failing unit tests....

2013-10-25 Thread Alex Huang
JDBC drivers. When running the unit tests, there's no jdbc drivers and so it fails. --Alex > -Original Message- > From: Darren Shepherd [mailto:darren.s.sheph...@gmail.com] > Sent: Friday, October 25, 2013 2:53 PM > To: dev@cloudstack.apache.org > Subject: Re

Re: failing unit tests....

2013-10-25 Thread Darren Shepherd
I'll fix that. Darren On Fri, Oct 25, 2013 at 1:54 PM, Alex Huang wrote: > I'm getting this failing unit test when building with the latest from master. > Anyone working on it or know what it is already? From the stack, it looks > like it's a problem location the jdbc driver. This was worki

Re: failing unit tests....

2013-10-25 Thread Alena Prokharchyk
mailto:dev@cloudstack.apache.org>> Date: Friday, October 25, 2013 1:54 PM To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>> Subject: failing unit tests I'm getting this failing unit test when building with

failing unit tests....

2013-10-25 Thread Alex Huang
I'm getting this failing unit test when building with the latest from master. Anyone working on it or know what it is already? From the stack, it looks like it's a problem location the jdbc driver. This was working just yesterday. Test set: com.cloud.alert.AlertControlsUnitTest --