Thanks Lahiru! I just commented it and pushed to master branch. Thanks
On Sun, May 17, 2015 at 11:12 PM, Lahiru Sandaruwan <[email protected]> wrote: > +1 Imesh. We can comment this since this has been giving intermittent > errors recently. > > Thanks. > > On Sun, May 17, 2015 at 11:08 PM, Imesh Gunaratne <[email protected]> > wrote: > >> Hi Devs, >> >> This error has been raised by the following jclouds GCE unit test method: >> >> org.jclouds.googlecomputeengine.compute.functions.GoogleComputeEngineImageToImageTest >> { >> ... >> public void testArbitratyImageName() { >> GoogleComputeEngineImageToImage imageToImage = new >> GoogleComputeEngineImageToImage(); >> Image image = imageBuilder.name("arbitratyname").build(); >> org.jclouds.compute.domain.Image transformed = >> imageToImage.apply(image); >> assertEquals(transformed.getName(), image.getName()); >> assertEquals(transformed.getId(), image.getName()); >> assertEquals(transformed.getProviderId(), image.getId()); >> assertSame(transformed.getOperatingSystem().getFamily(), >> OsFamily.LINUX); >> } >> } >> >> >> https://builds.apache.org/job/Stratos-Master-Commit-Build/org.apache.stratos$gce/553/testReport/junit/org.jclouds.googlecomputeengine.compute.functions/GoogleComputeEngineImageToImageTest/testArbitratyImageName/ >> >> This is failing randomly due to some reason, may be we could comment out >> this unit test as we do not do any jclouds development. >> >> Thanks >> >> On Sun, May 17, 2015 at 10:54 PM, Apache Jenkins Server < >> [email protected]> wrote: >> >>> See < >>> https://builds.apache.org/job/Stratos-Master-Commit-Build/org.apache.stratos$gce/553/ >>> > >>> >>> >> >> >> -- >> Imesh Gunaratne >> >> Senior Technical Lead, WSO2 >> Committer & PMC Member, Apache Stratos >> > > > > -- > -- > Lahiru Sandaruwan > Committer and PMC member, Apache Stratos, > Senior Software Engineer, > WSO2 Inc., http://wso2.com > lean.enterprise.middleware > > phone: +94773325954 > email: [email protected] blog: http://lahiruwrites.blogspot.com/ > linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146 > > -- Imesh Gunaratne Senior Technical Lead, WSO2 Committer & PMC Member, Apache Stratos
