The test itself is written by me. It doesn't touch the DB - I mock "persist" method of the corresponding Dao. The test was added about 2 weeks ago to master branch, and it was running fine the last time I've checked - last Friday.
As Pranav stated, the test got broken with commit 5782abf8f80fce929e3d6e20068bc165f2360426, and related to UserContext initializing. -Alena. On 4/2/13 1:32 AM, "Pranav Saxena" <pranav.sax...@citrix.com> wrote: >Yeah I saw that . Thanks Hugo . I hope master is stable now though I >haven't got a change to build it again. > >Regards, >Pranav > >-----Original Message----- >From: Hugo Trippaers [mailto:htrippa...@schubergphilis.com] >Sent: Tuesday, April 02, 2013 1:37 PM >To: dev@cloudstack.apache.org; cloudstack-...@incubator.apache.org >Subject: RE: Master broken > >Thanks Pranav, > >I couldn't find an easy way to fix the test so I indeed disabled it. See >commit df6b97c194caa8b34fa14bf5164eb2fe1f26b2b1. > >Raised a ticket for Kelven (CLOUDSTACK-1884) to have a look at it. > >Cheers, > >Hugo > >> -----Original Message----- >> From: Pranav Saxena [mailto:pranav.sax...@citrix.com] >> Sent: dinsdag 2 april 2013 10:04 >> To: dev@cloudstack.apache.org; cloudstack-...@incubator.apache.org >> Subject: RE: Master broken >> >> This commit deals with the tests for create network offering - Commit: >> 5782abf8f80fce929e3d6e20068bc165f2360426 and I am presuming because of >> this only the test is failing. >> >> You might need to revert the commit if required. >> >> Thanks, >> Pranav >> >> -----Original Message----- >> From: Hugo Trippaers [mailto:htrippa...@schubergphilis.com] >> Sent: Tuesday, April 02, 2013 12:32 PM >> To: cloudstack-...@incubator.apache.org >> Subject: Master broken >> >> Heya all, >> >> Master branch appears to be broken. Is anybody working on this? >> >> The failed tests are: >> >>> >> >>>org.apache.cloudstack.networkoffering.CreateNetworkOfferingTest.cre >> ateSharedNtwkOffWithNoVlan >> >>> >> >>>org.apache.cloudstack.networkoffering.CreateNetworkOfferingTest.cre >> ateSharedNtwkOffWithoutSpecifyIpRanges >> >>> >> >>>org.apache.cloudstack.networkoffering.CreateNetworkOfferingTest.cre >> ateIsolatedNtwkOffWithSpecifyIpRangesAndSourceNat >> >>> >> >>>org.apache.cloudstack.networkoffering.CreateNetworkOfferingTest.cre >> ateSharedNtwkOffWithVlan >> >>> >> >>>org.apache.cloudstack.networkoffering.CreateNetworkOfferingTest.cre >> ateSharedNtwkOffWithSpecifyIpRanges >> >>> >> >>>org.apache.cloudstack.networkoffering.CreateNetworkOfferingTest.cre >> ateIsolatedNtwkOffWithNoVlan >> >>> >> >>>org.apache.cloudstack.networkoffering.CreateNetworkOfferingTest.cre >> ateIsolatedNtwkOffWithVlan >> >>> >> >>>org.apache.cloudstack.networkoffering.CreateNetworkOfferingTest.cre >> ateIsolatedNtwkOffWithSpecifyIpRangesAndNoSourceNat >> >> >> It appears to have something to do with the CreateNetworkOfferingTest >> trying to use the database (which is never there during test runs) >> >> I'm looking at it, but if somebody else is doing that as well we might >> pool resources. >> >> Cheers, >> >> Hugo > >