----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15963/#review29715 -----------------------------------------------------------
Commit 454912d7b2d36f4578d3355798c737f5adba827c in branch refs/heads/4.2 from Gaurav Aradhye [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=454912d ] CLOUDSTACK-5347: Resolved issue related to snapshot state - ASF Subversion and Git Services On Dec. 3, 2013, 2:31 p.m., Gaurav Aradhye wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15963/ > ----------------------------------------------------------- > > (Updated Dec. 3, 2013, 2:31 p.m.) > > > Review request for cloudstack, Girish Shilamkar and SrikanteswaraRao Talluri. > > > Bugs: CLOUDSTACK-5347 > https://issues.apache.org/jira/browse/CLOUDSTACK-5347 > > > Repository: cloudstack-git > > > Description > ------- > > The test case > component.test_project_resources.TestSnapshots.test_06_create_snapshots_in_project > failed due to "Check Snapshot state is Running or not" > > It was checking the snapshot state only in (CreatedOnPrimary, BackedUp). The > snapshot could also be in "Allocated" state. > Snapshot is always first in allocated state, then createdOnPrimary and > finally BackedUp. > > included "Allocated" state in the list. > > > Diffs > ----- > > test/integration/component/test_project_resources.py 9b9b2e6 > > Diff: https://reviews.apache.org/r/15963/diff/ > > > Testing > ------- > > Tested locally in XenServer advanced setup. > > > Thanks, > > Gaurav Aradhye > >