Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2DA8A1090B for ; Fri, 8 Nov 2013 04:23:19 +0000 (UTC) Received: (qmail 69201 invoked by uid 500); 8 Nov 2013 04:23:18 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 69028 invoked by uid 500); 8 Nov 2013 04:23:18 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 69013 invoked by uid 500); 8 Nov 2013 04:23:17 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 69002 invoked by uid 99); 8 Nov 2013 04:23:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 04:23:17 +0000 Date: Fri, 8 Nov 2013 04:23:17 +0000 (UTC) From: "Girish Shilamkar (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CLOUDSTACK-5095) est_project_limits.TestResourceLimitsProject.test_05_snapshots_per_project fails to create snapshot MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Girish Shilamkar created CLOUDSTACK-5095: -------------------------------------------- Summary: est_project_limits.TestResourceLimitsProject.test_05_snapshots_per_project fails to create snapshot Key: CLOUDSTACK-5095 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5095 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Components: Automation, Test Affects Versions: 4.2.1 Reporter: Girish Shilamkar Priority: Blocker Intermittently test_project_limits.TestResourceLimitsProject.test_05_snapshots_per_project fails. Execute cmd: createsnapshot failed, due to: errorCode: 530, errorText:Creating snapshot failed due to volume:802 is associated with vm:i-405-747-QA is in Destroyed state -------------------- >> begin captured logging << -------------------- test_05_snapshots_per_project (integration.component.test_project_limits.TestResourceLimitsProject): DEBUG: Updating snapshot resource limits for project: 508a4f50-5c6f-4d57-849c-64c96e9d4565 test_05_snapshots_per_project (integration.component.test_project_limits.TestResourceLimitsProject): DEBUG: Deploying VM for account: test-TestResourceLimitsProject-test_02_project_limits_normal_user-YY83EK test_05_snapshots_per_project (integration.component.test_project_limits.TestResourceLimitsProject): DEBUG: Creating snapshot from volume: 9848508a-3f5c-4ecd-b4e5-c9009b9ac1fc --------------------- >> end captured logging << --------------------- Stacktrace File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run testMethod() File "/Repo_30X/ipcl/cloudstack/test/integration/component/test_project_limits.py", line 781, in test_05_snapshots_per_project projectid=self.project.id File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py", line 804, in create return Snapshot(apiclient.createSnapshot(cmd).__dict__) File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 708, in createSnapshot response = self.connection.marvin_request(command, response_type=response, method=method) File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 222, in marvin_request response = jsonHelper.getResultObj(response.json(), response_type) File "/usr/local/lib/python2.7/site-packages/marvin/jsonHelper.py", line 148, in getResultObj raise cloudstackException.cloudstackAPIException(respname, errMsg) Execute cmd: createsnapshot failed, due to: errorCode: 530, errorText:Creating snapshot failed due to volume:802 is associated with vm:i-405-747-QA is in Destroyed state -------------------- >> begin captured logging << -------------------- test_05_snapshots_per_project (integration.component.test_project_limits.TestResourceLimitsProject): DEBUG: Updating snapshot resource limits for project: 508a4f50-5c6f-4d57-849c-64c96e9d4565 test_05_snapshots_per_project (integration.component.test_project_limits.TestResourceLimitsProject): DEBUG: Deploying VM for account: test-TestResourceLimitsProject-test_02_project_limits_normal_user-YY83EK test_05_snapshots_per_project (integration.component.test_project_limits.TestResourceLimitsProject): DEBUG: Creating snapshot from volume: 9848508a-3f5c-4ecd-b4e5-c9009b9ac1fc --------------------- >> end captured logging << --------------------- -- This message was sent by Atlassian JIRA (v6.1#6144)