You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Mike Tutkowski <mi...@solidfire.com> on 2014/03/21 00:11:34 UTC

[ACS4.4] Are tests still failing for people?

Hi,

I think there was a discussion earlier about this, but I was wondering if
others were seeing test failures in 4.4 when running mvn -P
developer,systemvm clean install?

I have to add -D skipTests=true to get the build to finish.

Thanks,

-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*(tm)*

Re: [ACS4.4] Are tests still failing for people?

Posted by Mike Tutkowski <mi...@solidfire.com>.
Thanks, Min!

I remembered it incorrect. I was under the impression those tests were
failing before my code was changed.

Can you tell me how to revert on the remote repo just for future reference?


On Thu, Mar 20, 2014 at 5:30 PM, Min Chen <mi...@citrix.com> wrote:

> I am reverting it for you now along with my another fix to be checked in.
>
> Thanks
> -min
>
> On 3/20/14 4:25 PM, "Mike Tutkowski" <mi...@solidfire.com> wrote:
>
> >For example, I can't seem to force the branch back to a previous commit.
> >
> >
> >On Thu, Mar 20, 2014 at 5:21 PM, Mike Tutkowski <
> >mike.tutkowski@solidfire.com> wrote:
> >
> >> Hey Min,
> >>
> >> What is our standard way of reverting a commit?
> >>
> >> I have ways of doing this locally, but have never done it on a remote
> >>repo.
> >>
> >> Thanks!
> >>
> >>
> >> On Thu, Mar 20, 2014 at 5:19 PM, Mike Tutkowski <
> >> mike.tutkowski@solidfire.com> wrote:
> >>
> >>> Sure, I'll look into that. Thanks
> >>>
> >>>
> >>> On Thu, Mar 20, 2014 at 5:16 PM, Min Chen <mi...@citrix.com> wrote:
> >>>
> >>>> Mike, with your latest commit
> >>>>7a7d9cff0d5bb40284506faa6e34138f97a12428 on
> >>>> 4.4, test failed in cloud-server:
> >>>>
> >>>> Tests in error:
> >>>>   testRestoreVMF2(com.cloud.vm.UserVmManagerTest)
> >>>>   testRestoreVMF3(com.cloud.vm.UserVmManagerTest)
> >>>>   testRestoreVMF4(com.cloud.vm.UserVmManagerTest)
> >>>>   testRestoreVMF5(com.cloud.vm.UserVmManagerTest)
> >>>>
> >>>>
> >>>> Before getting your commit, I am able to build 4.4 successfully. Can
> >>>>you
> >>>> revert your change and fix the failure then commit again?
> >>>>
> >>>> Thanks
> >>>> -min
> >>>>
> >>>>
> >>>> On 3/20/14 4:11 PM, "Mike Tutkowski" <mi...@solidfire.com>
> >>>> wrote:
> >>>>
> >>>> >Hi,
> >>>> >
> >>>> >I think there was a discussion earlier about this, but I was
> >>>>wondering
> >>>> if
> >>>> >others were seeing test failures in 4.4 when running mvn -P
> >>>> >developer,systemvm clean install?
> >>>> >
> >>>> >I have to add -D skipTests=true to get the build to finish.
> >>>> >
> >>>> >Thanks,
> >>>> >
> >>>> >--
> >>>> >*Mike Tutkowski*
> >>>> >*Senior CloudStack Developer, SolidFire Inc.*
> >>>> >e: mike.tutkowski@solidfire.com
> >>>> >o: 303.746.7302
> >>>> >Advancing the way the world uses the
> >>>> >cloud<http://solidfire.com/solution/overview/?video=play>
> >>>> >*(tm)*
> >>>>
> >>>>
> >>>
> >>>
> >>> --
> >>> *Mike Tutkowski*
> >>>  *Senior CloudStack Developer, SolidFire Inc.*
> >>> e: mike.tutkowski@solidfire.com
> >>> o: 303.746.7302
> >>> Advancing the way the world uses the
> >>>cloud<http://solidfire.com/solution/overview/?video=play>
> >>> *(tm)*
> >>>
> >>
> >>
> >>
> >> --
> >> *Mike Tutkowski*
> >> *Senior CloudStack Developer, SolidFire Inc.*
> >> e: mike.tutkowski@solidfire.com
> >> o: 303.746.7302
> >> Advancing the way the world uses the
> >>cloud<http://solidfire.com/solution/overview/?video=play>
> >> *(tm)*
> >>
> >
> >
> >
> >--
> >*Mike Tutkowski*
> >*Senior CloudStack Developer, SolidFire Inc.*
> >e: mike.tutkowski@solidfire.com
> >o: 303.746.7302
> >Advancing the way the world uses the
> >cloud<http://solidfire.com/solution/overview/?video=play>
> >*(tm)*
>
>


-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*(tm)*

Re: [ACS4.4] Are tests still failing for people?

Posted by Mike Tutkowski <mi...@solidfire.com>.
Thanks for reverting on master, too - I was just in the process of doing
that. :)


On Thu, Mar 20, 2014 at 5:39 PM, Mike Tutkowski <
mike.tutkowski@solidfire.com> wrote:

> OK - thanks! I'll look into those tests now.
>
>
> On Thu, Mar 20, 2014 at 5:38 PM, Min Chen <mi...@citrix.com> wrote:
>
>>  To revert a commit, you can just do:
>>  git revert <commit number>
>> git commit
>>
>>  Thanks
>> -min
>>
>>   From: Mike Tutkowski <mi...@solidfire.com>
>> Date: Thursday, March 20, 2014 4:37 PM
>> To: "dev@cloudstack.apache.org" <de...@cloudstack.apache.org>
>> Cc: Min Chen <mi...@citrix.com>
>>
>> Subject: Re: [ACS4.4] Are tests still failing for people?
>>
>>   It looks like you just literally changed the code (as opposed to force
>> removed the commit). Is that accurate?
>>
>>
>> On Thu, Mar 20, 2014 at 5:35 PM, Jessica Wang <Je...@citrix.com>wrote:
>>
>>> Min,
>>>
>>> Thanks a lot!!!
>>> (The testing failure is also blocking me)
>>>
>>> Jessica
>>>
>>> -----Original Message-----
>>> From: Min Chen [mailto:min.chen@citrix.com]
>>> Sent: Thursday, March 20, 2014 4:31 PM
>>> To: dev@cloudstack.apache.org
>>> Subject: Re: [ACS4.4] Are tests still failing for people?
>>>
>>> I am reverting it for you now along with my another fix to be checked in.
>>>
>>> Thanks
>>> -min
>>>
>>> On 3/20/14 4:25 PM, "Mike Tutkowski" <mi...@solidfire.com>
>>> wrote:
>>>
>>> >For example, I can't seem to force the branch back to a previous commit.
>>> >
>>> >
>>> >On Thu, Mar 20, 2014 at 5:21 PM, Mike Tutkowski <
>>> >mike.tutkowski@solidfire.com> wrote:
>>> >
>>> >> Hey Min,
>>> >>
>>> >> What is our standard way of reverting a commit?
>>> >>
>>> >> I have ways of doing this locally, but have never done it on a remote
>>> >>repo.
>>> >>
>>> >> Thanks!
>>> >>
>>> >>
>>> >> On Thu, Mar 20, 2014 at 5:19 PM, Mike Tutkowski <
>>> >> mike.tutkowski@solidfire.com> wrote:
>>> >>
>>> >>> Sure, I'll look into that. Thanks
>>> >>>
>>> >>>
>>> >>> On Thu, Mar 20, 2014 at 5:16 PM, Min Chen <mi...@citrix.com>
>>> wrote:
>>> >>>
>>> >>>> Mike, with your latest commit
>>> >>>>7a7d9cff0d5bb40284506faa6e34138f97a12428 on
>>> >>>> 4.4, test failed in cloud-server:
>>> >>>>
>>> >>>> Tests in error:
>>> >>>>   testRestoreVMF2(com.cloud.vm.UserVmManagerTest)
>>> >>>>   testRestoreVMF3(com.cloud.vm.UserVmManagerTest)
>>> >>>>   testRestoreVMF4(com.cloud.vm.UserVmManagerTest)
>>> >>>>   testRestoreVMF5(com.cloud.vm.UserVmManagerTest)
>>> >>>>
>>> >>>>
>>> >>>> Before getting your commit, I am able to build 4.4 successfully. Can
>>> >>>>you
>>> >>>> revert your change and fix the failure then commit again?
>>> >>>>
>>> >>>> Thanks
>>> >>>> -min
>>> >>>>
>>> >>>>
>>> >>>> On 3/20/14 4:11 PM, "Mike Tutkowski" <mi...@solidfire.com>
>>> >>>> wrote:
>>> >>>>
>>> >>>> >Hi,
>>> >>>> >
>>> >>>> >I think there was a discussion earlier about this, but I was
>>> >>>>wondering
>>> >>>> if
>>> >>>> >others were seeing test failures in 4.4 when running mvn -P
>>> >>>> >developer,systemvm clean install?
>>> >>>> >
>>> >>>> >I have to add -D skipTests=true to get the build to finish.
>>> >>>> >
>>> >>>> >Thanks,
>>> >>>> >
>>> >>>> >--
>>> >>>> >*Mike Tutkowski*
>>> >>>> >*Senior CloudStack Developer, SolidFire Inc.*
>>> >>>> >e: mike.tutkowski@solidfire.com
>>> >>>> >o: 303.746.7302
>>> >>>> >Advancing the way the world uses the
>>> >>>> >cloud<http://solidfire.com/solution/overview/?video=play>
>>> >>>> >*(tm)*
>>> >>>>
>>> >>>>
>>> >>>
>>> >>>
>>> >>> --
>>> >>> *Mike Tutkowski*
>>> >>>  *Senior CloudStack Developer, SolidFire Inc.*
>>> >>> e: mike.tutkowski@solidfire.com
>>> >>> o: 303.746.7302
>>> >>> Advancing the way the world uses the
>>> >>>cloud<http://solidfire.com/solution/overview/?video=play>
>>> >>> *(tm)*
>>> >>>
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> *Mike Tutkowski*
>>> >> *Senior CloudStack Developer, SolidFire Inc.*
>>> >> e: mike.tutkowski@solidfire.com
>>> >> o: 303.746.7302
>>> >> Advancing the way the world uses the
>>> >>cloud<http://solidfire.com/solution/overview/?video=play>
>>> >> *(tm)*
>>> >>
>>> >
>>> >
>>> >
>>> >--
>>> >*Mike Tutkowski*
>>> >*Senior CloudStack Developer, SolidFire Inc.*
>>> >e: mike.tutkowski@solidfire.com
>>> >o: 303.746.7302
>>> >Advancing the way the world uses the
>>> >cloud<http://solidfire.com/solution/overview/?video=play>
>>> >*(tm)*
>>>
>>>
>>
>>
>>  --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkowski@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
>> *(tm)*
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *(tm)*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*(tm)*

Re: [ACS4.4] Are tests still failing for people?

Posted by Mike Tutkowski <mi...@solidfire.com>.
OK - thanks! I'll look into those tests now.


On Thu, Mar 20, 2014 at 5:38 PM, Min Chen <mi...@citrix.com> wrote:

>  To revert a commit, you can just do:
>  git revert <commit number>
> git commit
>
>  Thanks
> -min
>
>   From: Mike Tutkowski <mi...@solidfire.com>
> Date: Thursday, March 20, 2014 4:37 PM
> To: "dev@cloudstack.apache.org" <de...@cloudstack.apache.org>
> Cc: Min Chen <mi...@citrix.com>
>
> Subject: Re: [ACS4.4] Are tests still failing for people?
>
>   It looks like you just literally changed the code (as opposed to force
> removed the commit). Is that accurate?
>
>
> On Thu, Mar 20, 2014 at 5:35 PM, Jessica Wang <Je...@citrix.com>wrote:
>
>> Min,
>>
>> Thanks a lot!!!
>> (The testing failure is also blocking me)
>>
>> Jessica
>>
>> -----Original Message-----
>> From: Min Chen [mailto:min.chen@citrix.com]
>> Sent: Thursday, March 20, 2014 4:31 PM
>> To: dev@cloudstack.apache.org
>> Subject: Re: [ACS4.4] Are tests still failing for people?
>>
>> I am reverting it for you now along with my another fix to be checked in.
>>
>> Thanks
>> -min
>>
>> On 3/20/14 4:25 PM, "Mike Tutkowski" <mi...@solidfire.com>
>> wrote:
>>
>> >For example, I can't seem to force the branch back to a previous commit.
>> >
>> >
>> >On Thu, Mar 20, 2014 at 5:21 PM, Mike Tutkowski <
>> >mike.tutkowski@solidfire.com> wrote:
>> >
>> >> Hey Min,
>> >>
>> >> What is our standard way of reverting a commit?
>> >>
>> >> I have ways of doing this locally, but have never done it on a remote
>> >>repo.
>> >>
>> >> Thanks!
>> >>
>> >>
>> >> On Thu, Mar 20, 2014 at 5:19 PM, Mike Tutkowski <
>> >> mike.tutkowski@solidfire.com> wrote:
>> >>
>> >>> Sure, I'll look into that. Thanks
>> >>>
>> >>>
>> >>> On Thu, Mar 20, 2014 at 5:16 PM, Min Chen <mi...@citrix.com>
>> wrote:
>> >>>
>> >>>> Mike, with your latest commit
>> >>>>7a7d9cff0d5bb40284506faa6e34138f97a12428 on
>> >>>> 4.4, test failed in cloud-server:
>> >>>>
>> >>>> Tests in error:
>> >>>>   testRestoreVMF2(com.cloud.vm.UserVmManagerTest)
>> >>>>   testRestoreVMF3(com.cloud.vm.UserVmManagerTest)
>> >>>>   testRestoreVMF4(com.cloud.vm.UserVmManagerTest)
>> >>>>   testRestoreVMF5(com.cloud.vm.UserVmManagerTest)
>> >>>>
>> >>>>
>> >>>> Before getting your commit, I am able to build 4.4 successfully. Can
>> >>>>you
>> >>>> revert your change and fix the failure then commit again?
>> >>>>
>> >>>> Thanks
>> >>>> -min
>> >>>>
>> >>>>
>> >>>> On 3/20/14 4:11 PM, "Mike Tutkowski" <mi...@solidfire.com>
>> >>>> wrote:
>> >>>>
>> >>>> >Hi,
>> >>>> >
>> >>>> >I think there was a discussion earlier about this, but I was
>> >>>>wondering
>> >>>> if
>> >>>> >others were seeing test failures in 4.4 when running mvn -P
>> >>>> >developer,systemvm clean install?
>> >>>> >
>> >>>> >I have to add -D skipTests=true to get the build to finish.
>> >>>> >
>> >>>> >Thanks,
>> >>>> >
>> >>>> >--
>> >>>> >*Mike Tutkowski*
>> >>>> >*Senior CloudStack Developer, SolidFire Inc.*
>> >>>> >e: mike.tutkowski@solidfire.com
>> >>>> >o: 303.746.7302
>> >>>> >Advancing the way the world uses the
>> >>>> >cloud<http://solidfire.com/solution/overview/?video=play>
>> >>>> >*(tm)*
>> >>>>
>> >>>>
>> >>>
>> >>>
>> >>> --
>> >>> *Mike Tutkowski*
>> >>>  *Senior CloudStack Developer, SolidFire Inc.*
>> >>> e: mike.tutkowski@solidfire.com
>> >>> o: 303.746.7302
>> >>> Advancing the way the world uses the
>> >>>cloud<http://solidfire.com/solution/overview/?video=play>
>> >>> *(tm)*
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> *Mike Tutkowski*
>> >> *Senior CloudStack Developer, SolidFire Inc.*
>> >> e: mike.tutkowski@solidfire.com
>> >> o: 303.746.7302
>> >> Advancing the way the world uses the
>> >>cloud<http://solidfire.com/solution/overview/?video=play>
>> >> *(tm)*
>> >>
>> >
>> >
>> >
>> >--
>> >*Mike Tutkowski*
>> >*Senior CloudStack Developer, SolidFire Inc.*
>> >e: mike.tutkowski@solidfire.com
>> >o: 303.746.7302
>> >Advancing the way the world uses the
>> >cloud<http://solidfire.com/solution/overview/?video=play>
>> >*(tm)*
>>
>>
>
>
>  --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *(tm)*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*(tm)*

Re: [ACS4.4] Are tests still failing for people?

Posted by Min Chen <mi...@citrix.com>.
To revert a commit, you can just do:
git revert <commit number>
git commit

Thanks
-min

From: Mike Tutkowski <mi...@solidfire.com>>
Date: Thursday, March 20, 2014 4:37 PM
To: "dev@cloudstack.apache.org<ma...@cloudstack.apache.org>" <de...@cloudstack.apache.org>>
Cc: Min Chen <mi...@citrix.com>>
Subject: Re: [ACS4.4] Are tests still failing for people?

It looks like you just literally changed the code (as opposed to force removed the commit). Is that accurate?


On Thu, Mar 20, 2014 at 5:35 PM, Jessica Wang <Je...@citrix.com>> wrote:
Min,

Thanks a lot!!!
(The testing failure is also blocking me)

Jessica

-----Original Message-----
From: Min Chen [mailto:min.chen@citrix.com<ma...@citrix.com>]
Sent: Thursday, March 20, 2014 4:31 PM
To: dev@cloudstack.apache.org<ma...@cloudstack.apache.org>
Subject: Re: [ACS4.4] Are tests still failing for people?

I am reverting it for you now along with my another fix to be checked in.

Thanks
-min

On 3/20/14 4:25 PM, "Mike Tutkowski" <mi...@solidfire.com>> wrote:

>For example, I can't seem to force the branch back to a previous commit.
>
>
>On Thu, Mar 20, 2014 at 5:21 PM, Mike Tutkowski <
>mike.tutkowski@solidfire.com<ma...@solidfire.com>> wrote:
>
>> Hey Min,
>>
>> What is our standard way of reverting a commit?
>>
>> I have ways of doing this locally, but have never done it on a remote
>>repo.
>>
>> Thanks!
>>
>>
>> On Thu, Mar 20, 2014 at 5:19 PM, Mike Tutkowski <
>> mike.tutkowski@solidfire.com<ma...@solidfire.com>> wrote:
>>
>>> Sure, I'll look into that. Thanks
>>>
>>>
>>> On Thu, Mar 20, 2014 at 5:16 PM, Min Chen <mi...@citrix.com>> wrote:
>>>
>>>> Mike, with your latest commit
>>>>7a7d9cff0d5bb40284506faa6e34138f97a12428 on
>>>> 4.4, test failed in cloud-server:
>>>>
>>>> Tests in error:
>>>>   testRestoreVMF2(com.cloud.vm.UserVmManagerTest)
>>>>   testRestoreVMF3(com.cloud.vm.UserVmManagerTest)
>>>>   testRestoreVMF4(com.cloud.vm.UserVmManagerTest)
>>>>   testRestoreVMF5(com.cloud.vm.UserVmManagerTest)
>>>>
>>>>
>>>> Before getting your commit, I am able to build 4.4 successfully. Can
>>>>you
>>>> revert your change and fix the failure then commit again?
>>>>
>>>> Thanks
>>>> -min
>>>>
>>>>
>>>> On 3/20/14 4:11 PM, "Mike Tutkowski" <mi...@solidfire.com>>
>>>> wrote:
>>>>
>>>> >Hi,
>>>> >
>>>> >I think there was a discussion earlier about this, but I was
>>>>wondering
>>>> if
>>>> >others were seeing test failures in 4.4 when running mvn -P
>>>> >developer,systemvm clean install?
>>>> >
>>>> >I have to add -D skipTests=true to get the build to finish.
>>>> >
>>>> >Thanks,
>>>> >
>>>> >--
>>>> >*Mike Tutkowski*
>>>> >*Senior CloudStack Developer, SolidFire Inc.*
>>>> >e: mike.tutkowski@solidfire.com<ma...@solidfire.com>
>>>> >o: 303.746.7302<tel:303.746.7302>
>>>> >Advancing the way the world uses the
>>>> >cloud<http://solidfire.com/solution/overview/?video=play>
>>>> >*(tm)*
>>>>
>>>>
>>>
>>>
>>> --
>>> *Mike Tutkowski*
>>>  *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkowski@solidfire.com<ma...@solidfire.com>
>>> o: 303.746.7302<tel:303.746.7302>
>>> Advancing the way the world uses the
>>>cloud<http://solidfire.com/solution/overview/?video=play>
>>> *(tm)*
>>>
>>
>>
>>
>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkowski@solidfire.com<ma...@solidfire.com>
>> o: 303.746.7302<tel:303.746.7302>
>> Advancing the way the world uses the
>>cloud<http://solidfire.com/solution/overview/?video=play>
>> *(tm)*
>>
>
>
>
>--
>*Mike Tutkowski*
>*Senior CloudStack Developer, SolidFire Inc.*
>e: mike.tutkowski@solidfire.com<ma...@solidfire.com>
>o: 303.746.7302<tel:303.746.7302>
>Advancing the way the world uses the
>cloud<http://solidfire.com/solution/overview/?video=play>
>*(tm)*




--
Mike Tutkowski
Senior CloudStack Developer, SolidFire Inc.
e: mike.tutkowski@solidfire.com<ma...@solidfire.com>
o: 303.746.7302
Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>™

Re: [ACS4.4] Are tests still failing for people?

Posted by Mike Tutkowski <mi...@solidfire.com>.
It looks like you just literally changed the code (as opposed to force
removed the commit). Is that accurate?


On Thu, Mar 20, 2014 at 5:35 PM, Jessica Wang <Je...@citrix.com>wrote:

> Min,
>
> Thanks a lot!!!
> (The testing failure is also blocking me)
>
> Jessica
>
> -----Original Message-----
> From: Min Chen [mailto:min.chen@citrix.com]
> Sent: Thursday, March 20, 2014 4:31 PM
> To: dev@cloudstack.apache.org
> Subject: Re: [ACS4.4] Are tests still failing for people?
>
> I am reverting it for you now along with my another fix to be checked in.
>
> Thanks
> -min
>
> On 3/20/14 4:25 PM, "Mike Tutkowski" <mi...@solidfire.com> wrote:
>
> >For example, I can't seem to force the branch back to a previous commit.
> >
> >
> >On Thu, Mar 20, 2014 at 5:21 PM, Mike Tutkowski <
> >mike.tutkowski@solidfire.com> wrote:
> >
> >> Hey Min,
> >>
> >> What is our standard way of reverting a commit?
> >>
> >> I have ways of doing this locally, but have never done it on a remote
> >>repo.
> >>
> >> Thanks!
> >>
> >>
> >> On Thu, Mar 20, 2014 at 5:19 PM, Mike Tutkowski <
> >> mike.tutkowski@solidfire.com> wrote:
> >>
> >>> Sure, I'll look into that. Thanks
> >>>
> >>>
> >>> On Thu, Mar 20, 2014 at 5:16 PM, Min Chen <mi...@citrix.com> wrote:
> >>>
> >>>> Mike, with your latest commit
> >>>>7a7d9cff0d5bb40284506faa6e34138f97a12428 on
> >>>> 4.4, test failed in cloud-server:
> >>>>
> >>>> Tests in error:
> >>>>   testRestoreVMF2(com.cloud.vm.UserVmManagerTest)
> >>>>   testRestoreVMF3(com.cloud.vm.UserVmManagerTest)
> >>>>   testRestoreVMF4(com.cloud.vm.UserVmManagerTest)
> >>>>   testRestoreVMF5(com.cloud.vm.UserVmManagerTest)
> >>>>
> >>>>
> >>>> Before getting your commit, I am able to build 4.4 successfully. Can
> >>>>you
> >>>> revert your change and fix the failure then commit again?
> >>>>
> >>>> Thanks
> >>>> -min
> >>>>
> >>>>
> >>>> On 3/20/14 4:11 PM, "Mike Tutkowski" <mi...@solidfire.com>
> >>>> wrote:
> >>>>
> >>>> >Hi,
> >>>> >
> >>>> >I think there was a discussion earlier about this, but I was
> >>>>wondering
> >>>> if
> >>>> >others were seeing test failures in 4.4 when running mvn -P
> >>>> >developer,systemvm clean install?
> >>>> >
> >>>> >I have to add -D skipTests=true to get the build to finish.
> >>>> >
> >>>> >Thanks,
> >>>> >
> >>>> >--
> >>>> >*Mike Tutkowski*
> >>>> >*Senior CloudStack Developer, SolidFire Inc.*
> >>>> >e: mike.tutkowski@solidfire.com
> >>>> >o: 303.746.7302
> >>>> >Advancing the way the world uses the
> >>>> >cloud<http://solidfire.com/solution/overview/?video=play>
> >>>> >*(tm)*
> >>>>
> >>>>
> >>>
> >>>
> >>> --
> >>> *Mike Tutkowski*
> >>>  *Senior CloudStack Developer, SolidFire Inc.*
> >>> e: mike.tutkowski@solidfire.com
> >>> o: 303.746.7302
> >>> Advancing the way the world uses the
> >>>cloud<http://solidfire.com/solution/overview/?video=play>
> >>> *(tm)*
> >>>
> >>
> >>
> >>
> >> --
> >> *Mike Tutkowski*
> >> *Senior CloudStack Developer, SolidFire Inc.*
> >> e: mike.tutkowski@solidfire.com
> >> o: 303.746.7302
> >> Advancing the way the world uses the
> >>cloud<http://solidfire.com/solution/overview/?video=play>
> >> *(tm)*
> >>
> >
> >
> >
> >--
> >*Mike Tutkowski*
> >*Senior CloudStack Developer, SolidFire Inc.*
> >e: mike.tutkowski@solidfire.com
> >o: 303.746.7302
> >Advancing the way the world uses the
> >cloud<http://solidfire.com/solution/overview/?video=play>
> >*(tm)*
>
>


-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*(tm)*

RE: [ACS4.4] Are tests still failing for people?

Posted by Jessica Wang <Je...@citrix.com>.
Min,

Thanks a lot!!!
(The testing failure is also blocking me)

Jessica

-----Original Message-----
From: Min Chen [mailto:min.chen@citrix.com] 
Sent: Thursday, March 20, 2014 4:31 PM
To: dev@cloudstack.apache.org
Subject: Re: [ACS4.4] Are tests still failing for people?

I am reverting it for you now along with my another fix to be checked in.

Thanks
-min

On 3/20/14 4:25 PM, "Mike Tutkowski" <mi...@solidfire.com> wrote:

>For example, I can't seem to force the branch back to a previous commit.
>
>
>On Thu, Mar 20, 2014 at 5:21 PM, Mike Tutkowski <
>mike.tutkowski@solidfire.com> wrote:
>
>> Hey Min,
>>
>> What is our standard way of reverting a commit?
>>
>> I have ways of doing this locally, but have never done it on a remote
>>repo.
>>
>> Thanks!
>>
>>
>> On Thu, Mar 20, 2014 at 5:19 PM, Mike Tutkowski <
>> mike.tutkowski@solidfire.com> wrote:
>>
>>> Sure, I'll look into that. Thanks
>>>
>>>
>>> On Thu, Mar 20, 2014 at 5:16 PM, Min Chen <mi...@citrix.com> wrote:
>>>
>>>> Mike, with your latest commit
>>>>7a7d9cff0d5bb40284506faa6e34138f97a12428 on
>>>> 4.4, test failed in cloud-server:
>>>>
>>>> Tests in error:
>>>>   testRestoreVMF2(com.cloud.vm.UserVmManagerTest)
>>>>   testRestoreVMF3(com.cloud.vm.UserVmManagerTest)
>>>>   testRestoreVMF4(com.cloud.vm.UserVmManagerTest)
>>>>   testRestoreVMF5(com.cloud.vm.UserVmManagerTest)
>>>>
>>>>
>>>> Before getting your commit, I am able to build 4.4 successfully. Can
>>>>you
>>>> revert your change and fix the failure then commit again?
>>>>
>>>> Thanks
>>>> -min
>>>>
>>>>
>>>> On 3/20/14 4:11 PM, "Mike Tutkowski" <mi...@solidfire.com>
>>>> wrote:
>>>>
>>>> >Hi,
>>>> >
>>>> >I think there was a discussion earlier about this, but I was
>>>>wondering
>>>> if
>>>> >others were seeing test failures in 4.4 when running mvn -P
>>>> >developer,systemvm clean install?
>>>> >
>>>> >I have to add -D skipTests=true to get the build to finish.
>>>> >
>>>> >Thanks,
>>>> >
>>>> >--
>>>> >*Mike Tutkowski*
>>>> >*Senior CloudStack Developer, SolidFire Inc.*
>>>> >e: mike.tutkowski@solidfire.com
>>>> >o: 303.746.7302
>>>> >Advancing the way the world uses the
>>>> >cloud<http://solidfire.com/solution/overview/?video=play>
>>>> >*(tm)*
>>>>
>>>>
>>>
>>>
>>> --
>>> *Mike Tutkowski*
>>>  *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkowski@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the
>>>cloud<http://solidfire.com/solution/overview/?video=play>
>>> *(tm)*
>>>
>>
>>
>>
>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkowski@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the
>>cloud<http://solidfire.com/solution/overview/?video=play>
>> *(tm)*
>>
>
>
>
>-- 
>*Mike Tutkowski*
>*Senior CloudStack Developer, SolidFire Inc.*
>e: mike.tutkowski@solidfire.com
>o: 303.746.7302
>Advancing the way the world uses the
>cloud<http://solidfire.com/solution/overview/?video=play>
>*(tm)*


Re: [ACS4.4] Are tests still failing for people?

Posted by Min Chen <mi...@citrix.com>.
I am reverting it for you now along with my another fix to be checked in.

Thanks
-min

On 3/20/14 4:25 PM, "Mike Tutkowski" <mi...@solidfire.com> wrote:

>For example, I can't seem to force the branch back to a previous commit.
>
>
>On Thu, Mar 20, 2014 at 5:21 PM, Mike Tutkowski <
>mike.tutkowski@solidfire.com> wrote:
>
>> Hey Min,
>>
>> What is our standard way of reverting a commit?
>>
>> I have ways of doing this locally, but have never done it on a remote
>>repo.
>>
>> Thanks!
>>
>>
>> On Thu, Mar 20, 2014 at 5:19 PM, Mike Tutkowski <
>> mike.tutkowski@solidfire.com> wrote:
>>
>>> Sure, I'll look into that. Thanks
>>>
>>>
>>> On Thu, Mar 20, 2014 at 5:16 PM, Min Chen <mi...@citrix.com> wrote:
>>>
>>>> Mike, with your latest commit
>>>>7a7d9cff0d5bb40284506faa6e34138f97a12428 on
>>>> 4.4, test failed in cloud-server:
>>>>
>>>> Tests in error:
>>>>   testRestoreVMF2(com.cloud.vm.UserVmManagerTest)
>>>>   testRestoreVMF3(com.cloud.vm.UserVmManagerTest)
>>>>   testRestoreVMF4(com.cloud.vm.UserVmManagerTest)
>>>>   testRestoreVMF5(com.cloud.vm.UserVmManagerTest)
>>>>
>>>>
>>>> Before getting your commit, I am able to build 4.4 successfully. Can
>>>>you
>>>> revert your change and fix the failure then commit again?
>>>>
>>>> Thanks
>>>> -min
>>>>
>>>>
>>>> On 3/20/14 4:11 PM, "Mike Tutkowski" <mi...@solidfire.com>
>>>> wrote:
>>>>
>>>> >Hi,
>>>> >
>>>> >I think there was a discussion earlier about this, but I was
>>>>wondering
>>>> if
>>>> >others were seeing test failures in 4.4 when running mvn -P
>>>> >developer,systemvm clean install?
>>>> >
>>>> >I have to add -D skipTests=true to get the build to finish.
>>>> >
>>>> >Thanks,
>>>> >
>>>> >--
>>>> >*Mike Tutkowski*
>>>> >*Senior CloudStack Developer, SolidFire Inc.*
>>>> >e: mike.tutkowski@solidfire.com
>>>> >o: 303.746.7302
>>>> >Advancing the way the world uses the
>>>> >cloud<http://solidfire.com/solution/overview/?video=play>
>>>> >*(tm)*
>>>>
>>>>
>>>
>>>
>>> --
>>> *Mike Tutkowski*
>>>  *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkowski@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the
>>>cloud<http://solidfire.com/solution/overview/?video=play>
>>> *(tm)*
>>>
>>
>>
>>
>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkowski@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the
>>cloud<http://solidfire.com/solution/overview/?video=play>
>> *(tm)*
>>
>
>
>
>-- 
>*Mike Tutkowski*
>*Senior CloudStack Developer, SolidFire Inc.*
>e: mike.tutkowski@solidfire.com
>o: 303.746.7302
>Advancing the way the world uses the
>cloud<http://solidfire.com/solution/overview/?video=play>
>*(tm)*


Re: [ACS4.4] Are tests still failing for people?

Posted by Min Chen <mi...@citrix.com>.
I have reverted it on 4.4. To revert a commit, you can just do:
 
git revert <commit number>
git commit 

Thanks
-min

On 3/20/14 4:25 PM, "Mike Tutkowski" <mi...@solidfire.com> wrote:

>For example, I can't seem to force the branch back to a previous commit.
>
>
>On Thu, Mar 20, 2014 at 5:21 PM, Mike Tutkowski <
>mike.tutkowski@solidfire.com> wrote:
>
>> Hey Min,
>>
>> What is our standard way of reverting a commit?
>>
>> I have ways of doing this locally, but have never done it on a remote
>>repo.
>>
>> Thanks!
>>
>>
>> On Thu, Mar 20, 2014 at 5:19 PM, Mike Tutkowski <
>> mike.tutkowski@solidfire.com> wrote:
>>
>>> Sure, I'll look into that. Thanks
>>>
>>>
>>> On Thu, Mar 20, 2014 at 5:16 PM, Min Chen <mi...@citrix.com> wrote:
>>>
>>>> Mike, with your latest commit
>>>>7a7d9cff0d5bb40284506faa6e34138f97a12428 on
>>>> 4.4, test failed in cloud-server:
>>>>
>>>> Tests in error:
>>>>   testRestoreVMF2(com.cloud.vm.UserVmManagerTest)
>>>>   testRestoreVMF3(com.cloud.vm.UserVmManagerTest)
>>>>   testRestoreVMF4(com.cloud.vm.UserVmManagerTest)
>>>>   testRestoreVMF5(com.cloud.vm.UserVmManagerTest)
>>>>
>>>>
>>>> Before getting your commit, I am able to build 4.4 successfully. Can
>>>>you
>>>> revert your change and fix the failure then commit again?
>>>>
>>>> Thanks
>>>> -min
>>>>
>>>>
>>>> On 3/20/14 4:11 PM, "Mike Tutkowski" <mi...@solidfire.com>
>>>> wrote:
>>>>
>>>> >Hi,
>>>> >
>>>> >I think there was a discussion earlier about this, but I was
>>>>wondering
>>>> if
>>>> >others were seeing test failures in 4.4 when running mvn -P
>>>> >developer,systemvm clean install?
>>>> >
>>>> >I have to add -D skipTests=true to get the build to finish.
>>>> >
>>>> >Thanks,
>>>> >
>>>> >--
>>>> >*Mike Tutkowski*
>>>> >*Senior CloudStack Developer, SolidFire Inc.*
>>>> >e: mike.tutkowski@solidfire.com
>>>> >o: 303.746.7302
>>>> >Advancing the way the world uses the
>>>> >cloud<http://solidfire.com/solution/overview/?video=play>
>>>> >*(tm)*
>>>>
>>>>
>>>
>>>
>>> --
>>> *Mike Tutkowski*
>>>  *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkowski@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the
>>>cloud<http://solidfire.com/solution/overview/?video=play>
>>> *(tm)*
>>>
>>
>>
>>
>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkowski@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the
>>cloud<http://solidfire.com/solution/overview/?video=play>
>> *(tm)*
>>
>
>
>
>-- 
>*Mike Tutkowski*
>*Senior CloudStack Developer, SolidFire Inc.*
>e: mike.tutkowski@solidfire.com
>o: 303.746.7302
>Advancing the way the world uses the
>cloud<http://solidfire.com/solution/overview/?video=play>
>*(tm)*


Re: [ACS4.4] Are tests still failing for people?

Posted by Mike Tutkowski <mi...@solidfire.com>.
For example, I can't seem to force the branch back to a previous commit.


On Thu, Mar 20, 2014 at 5:21 PM, Mike Tutkowski <
mike.tutkowski@solidfire.com> wrote:

> Hey Min,
>
> What is our standard way of reverting a commit?
>
> I have ways of doing this locally, but have never done it on a remote repo.
>
> Thanks!
>
>
> On Thu, Mar 20, 2014 at 5:19 PM, Mike Tutkowski <
> mike.tutkowski@solidfire.com> wrote:
>
>> Sure, I'll look into that. Thanks
>>
>>
>> On Thu, Mar 20, 2014 at 5:16 PM, Min Chen <mi...@citrix.com> wrote:
>>
>>> Mike, with your latest commit 7a7d9cff0d5bb40284506faa6e34138f97a12428 on
>>> 4.4, test failed in cloud-server:
>>>
>>> Tests in error:
>>>   testRestoreVMF2(com.cloud.vm.UserVmManagerTest)
>>>   testRestoreVMF3(com.cloud.vm.UserVmManagerTest)
>>>   testRestoreVMF4(com.cloud.vm.UserVmManagerTest)
>>>   testRestoreVMF5(com.cloud.vm.UserVmManagerTest)
>>>
>>>
>>> Before getting your commit, I am able to build 4.4 successfully. Can you
>>> revert your change and fix the failure then commit again?
>>>
>>> Thanks
>>> -min
>>>
>>>
>>> On 3/20/14 4:11 PM, "Mike Tutkowski" <mi...@solidfire.com>
>>> wrote:
>>>
>>> >Hi,
>>> >
>>> >I think there was a discussion earlier about this, but I was wondering
>>> if
>>> >others were seeing test failures in 4.4 when running mvn -P
>>> >developer,systemvm clean install?
>>> >
>>> >I have to add -D skipTests=true to get the build to finish.
>>> >
>>> >Thanks,
>>> >
>>> >--
>>> >*Mike Tutkowski*
>>> >*Senior CloudStack Developer, SolidFire Inc.*
>>> >e: mike.tutkowski@solidfire.com
>>> >o: 303.746.7302
>>> >Advancing the way the world uses the
>>> >cloud<http://solidfire.com/solution/overview/?video=play>
>>> >*(tm)*
>>>
>>>
>>
>>
>> --
>> *Mike Tutkowski*
>>  *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkowski@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
>> *(tm)*
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *(tm)*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*(tm)*

Re: [ACS4.4] Are tests still failing for people?

Posted by Mike Tutkowski <mi...@solidfire.com>.
Hey Min,

What is our standard way of reverting a commit?

I have ways of doing this locally, but have never done it on a remote repo.

Thanks!


On Thu, Mar 20, 2014 at 5:19 PM, Mike Tutkowski <
mike.tutkowski@solidfire.com> wrote:

> Sure, I'll look into that. Thanks
>
>
> On Thu, Mar 20, 2014 at 5:16 PM, Min Chen <mi...@citrix.com> wrote:
>
>> Mike, with your latest commit 7a7d9cff0d5bb40284506faa6e34138f97a12428 on
>> 4.4, test failed in cloud-server:
>>
>> Tests in error:
>>   testRestoreVMF2(com.cloud.vm.UserVmManagerTest)
>>   testRestoreVMF3(com.cloud.vm.UserVmManagerTest)
>>   testRestoreVMF4(com.cloud.vm.UserVmManagerTest)
>>   testRestoreVMF5(com.cloud.vm.UserVmManagerTest)
>>
>>
>> Before getting your commit, I am able to build 4.4 successfully. Can you
>> revert your change and fix the failure then commit again?
>>
>> Thanks
>> -min
>>
>>
>> On 3/20/14 4:11 PM, "Mike Tutkowski" <mi...@solidfire.com>
>> wrote:
>>
>> >Hi,
>> >
>> >I think there was a discussion earlier about this, but I was wondering if
>> >others were seeing test failures in 4.4 when running mvn -P
>> >developer,systemvm clean install?
>> >
>> >I have to add -D skipTests=true to get the build to finish.
>> >
>> >Thanks,
>> >
>> >--
>> >*Mike Tutkowski*
>> >*Senior CloudStack Developer, SolidFire Inc.*
>> >e: mike.tutkowski@solidfire.com
>> >o: 303.746.7302
>> >Advancing the way the world uses the
>> >cloud<http://solidfire.com/solution/overview/?video=play>
>> >*(tm)*
>>
>>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>
> *(tm)*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*(tm)*

Re: [ACS4.4] Are tests still failing for people?

Posted by Mike Tutkowski <mi...@solidfire.com>.
Sure, I'll look into that. Thanks


On Thu, Mar 20, 2014 at 5:16 PM, Min Chen <mi...@citrix.com> wrote:

> Mike, with your latest commit 7a7d9cff0d5bb40284506faa6e34138f97a12428 on
> 4.4, test failed in cloud-server:
>
> Tests in error:
>   testRestoreVMF2(com.cloud.vm.UserVmManagerTest)
>   testRestoreVMF3(com.cloud.vm.UserVmManagerTest)
>   testRestoreVMF4(com.cloud.vm.UserVmManagerTest)
>   testRestoreVMF5(com.cloud.vm.UserVmManagerTest)
>
>
> Before getting your commit, I am able to build 4.4 successfully. Can you
> revert your change and fix the failure then commit again?
>
> Thanks
> -min
>
>
> On 3/20/14 4:11 PM, "Mike Tutkowski" <mi...@solidfire.com> wrote:
>
> >Hi,
> >
> >I think there was a discussion earlier about this, but I was wondering if
> >others were seeing test failures in 4.4 when running mvn -P
> >developer,systemvm clean install?
> >
> >I have to add -D skipTests=true to get the build to finish.
> >
> >Thanks,
> >
> >--
> >*Mike Tutkowski*
> >*Senior CloudStack Developer, SolidFire Inc.*
> >e: mike.tutkowski@solidfire.com
> >o: 303.746.7302
> >Advancing the way the world uses the
> >cloud<http://solidfire.com/solution/overview/?video=play>
> >*(tm)*
>
>


-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*(tm)*

Re: [ACS4.4] Are tests still failing for people?

Posted by Min Chen <mi...@citrix.com>.
Mike, with your latest commit 7a7d9cff0d5bb40284506faa6e34138f97a12428 on
4.4, test failed in cloud-server:

Tests in error: 
  testRestoreVMF2(com.cloud.vm.UserVmManagerTest)
  testRestoreVMF3(com.cloud.vm.UserVmManagerTest)
  testRestoreVMF4(com.cloud.vm.UserVmManagerTest)
  testRestoreVMF5(com.cloud.vm.UserVmManagerTest)


Before getting your commit, I am able to build 4.4 successfully. Can you
revert your change and fix the failure then commit again?

Thanks
-min


On 3/20/14 4:11 PM, "Mike Tutkowski" <mi...@solidfire.com> wrote:

>Hi,
>
>I think there was a discussion earlier about this, but I was wondering if
>others were seeing test failures in 4.4 when running mvn -P
>developer,systemvm clean install?
>
>I have to add -D skipTests=true to get the build to finish.
>
>Thanks,
>
>-- 
>*Mike Tutkowski*
>*Senior CloudStack Developer, SolidFire Inc.*
>e: mike.tutkowski@solidfire.com
>o: 303.746.7302
>Advancing the way the world uses the
>cloud<http://solidfire.com/solution/overview/?video=play>
>*(tm)*