To revert a commit, you can just do: git revert <commit number> git commit
Thanks -min From: Mike Tutkowski <[email protected]<mailto:[email protected]>> Date: Thursday, March 20, 2014 4:37 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Cc: Min Chen <[email protected]<mailto:[email protected]>> 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 <[email protected]<mailto:[email protected]>> wrote: Min, Thanks a lot!!! (The testing failure is also blocking me) Jessica -----Original Message----- From: Min Chen [mailto:[email protected]<mailto:[email protected]>] Sent: Thursday, March 20, 2014 4:31 PM To: [email protected]<mailto:[email protected]> 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" <[email protected]<mailto:[email protected]>> 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 < >[email protected]<mailto:[email protected]>> 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 < >> [email protected]<mailto:[email protected]>> wrote: >> >>> Sure, I'll look into that. Thanks >>> >>> >>> On Thu, Mar 20, 2014 at 5:16 PM, Min Chen >>> <[email protected]<mailto:[email protected]>> 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" >>>> <[email protected]<mailto:[email protected]>> >>>> 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: [email protected]<mailto:[email protected]> >>>> >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: [email protected]<mailto:[email protected]> >>> 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: [email protected]<mailto:[email protected]> >> 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: [email protected]<mailto:[email protected]> >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: [email protected]<mailto:[email protected]> o: 303.746.7302 Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play>™
