Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 21E651130B for ; Fri, 25 Apr 2014 09:37:47 +0000 (UTC) Received: (qmail 13002 invoked by uid 500); 25 Apr 2014 09:37:46 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 12908 invoked by uid 500); 25 Apr 2014 09:37:44 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 12896 invoked by uid 99); 25 Apr 2014 09:37:43 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2014 09:37:43 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id DDE1B1D7105; Fri, 25 Apr 2014 09:37:37 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============1461707006284723008==" MIME-Version: 1.0 Subject: Re: Review Request 19119: CLOUDSTACK-5887: Resolved issue in test_base_image_updation.py From: "Santhosh Edukulla" To: "Santhosh Edukulla" , "SrikanteswaraRao Talluri" Cc: "Gaurav Aradhye" , "cloudstack" Date: Fri, 25 Apr 2014 09:37:37 -0000 Message-ID: <20140425093737.25434.12923@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Santhosh Edukulla" X-ReviewGroup: cloudstack X-ReviewRequest-URL: https://reviews.apache.org/r/19119/ X-Sender: "Santhosh Edukulla" References: <20140401133333.2770.32589@reviews.apache.org> In-Reply-To: <20140401133333.2770.32589@reviews.apache.org> Reply-To: "Santhosh Edukulla" X-ReviewRequest-Repository: cloudstack-git --===============1461707006284723008== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit > On April 1, 2014, 1:33 p.m., Santhosh Edukulla wrote: > > test/integration/component/test_base_image_updation.py, line 648 > > > > > > This will always fail if not through assert. Is that our intention to fail always? > > > > Also, we dont require an assert and fail in sequence. Use one of them. Please check against the issue raised. As well, verify that it works on current master? - Santhosh ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19119/#review39152 ----------------------------------------------------------- On March 12, 2014, 1:38 p.m., Gaurav Aradhye wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/19119/ > ----------------------------------------------------------- > > (Updated March 12, 2014, 1:38 p.m.) > > > Review request for cloudstack, Santhosh Edukulla and SrikanteswaraRao Talluri. > > > Bugs: CLOUDSTACK-5887 > https://issues.apache.org/jira/browse/CLOUDSTACK-5887 > > > Repository: cloudstack-git > > > Description > ------- > > The test case was failing while checking snapshot policies. In case the volume is deleted, snapshot policy won't list but if the volumes is not yet deleted, in that case snapshot policy list will be empty. > We should be checking both these conditions. > > > Diffs > ----- > > test/integration/component/test_base_image_updation.py af968cc > > Diff: https://reviews.apache.org/r/19119/diff/ > > > Testing > ------- > > Yes. > > Log: > Test deploy an instance with service offerings with IsVolatile set. ... SKIP: skip > Test rebooting instances created with isVolatile service offerings ... SKIP: skip > Test restoring a vm with different template than the one it was created with ... SKIP: skip > Create a VM using the Service offering IsVolatile enabled ... ok > > ---------------------------------------------------------------------- > Ran 4 tests in 1441.368s > > OK (SKIP=3) > > > Thanks, > > Gaurav Aradhye > > --===============1461707006284723008==--