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 1946111A04 for ; Thu, 4 Sep 2014 08:13:52 +0000 (UTC) Received: (qmail 5725 invoked by uid 500); 4 Sep 2014 08:13:51 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 5694 invoked by uid 500); 4 Sep 2014 08:13:51 -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 5685 invoked by uid 500); 4 Sep 2014 08:13:51 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 5682 invoked by uid 99); 4 Sep 2014 08:13:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2014 08:13:51 +0000 Date: Thu, 4 Sep 2014 08:13:51 +0000 (UTC) From: "Gaurav Aradhye (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CLOUDSTACK-5887) [Automation] test_04_reoccuring_snapshot_rules test cases failing with error "Exception not raised" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-5887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gaurav Aradhye closed CLOUDSTACK-5887. -------------------------------------- The issue is fixed as seen in KVM build #452. It has failed in later run due to reboot issue which is different from this one. Hence closing this issue. The reboot issue needs to be investigated separately and fresh test/product bug should be logged. > [Automation] test_04_reoccuring_snapshot_rules test cases failing with error "Exception not raised" > --------------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-5887 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5887 > Project: CloudStack > Issue Type: Test > Security Level: Public(Anyone can view this level - this is the default.) > Components: Automation > Affects Versions: 4.3.0 > Reporter: Rayees Namathponnan > Assignee: Gaurav Aradhye > Fix For: 4.3.0 > > > Run Regression_Advanced_KVM_60_Multi 250 > Test case integration.component.test_base_image_updation.TestBaseImageUpdate.test_04_reoccuring_snapshot_rules failed with below exception > test_04_reoccuring_snapshot_rules (integration.component.test_base_image_updation.TestBaseImageUpdate): DEBUG: sending GET request: listSnapshotPolicies {'volumeid': u'25137726-bf49-4cf1-ba70-bec5f5a3c797'} > test_04_reoccuring_snapshot_rules (integration.component.test_base_image_updation.TestBaseImageUpdate): DEBUG: Computed Signature by Marvin: iBlsyp5r6eX3vafeA87SjLnpjcQ= > requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 10.223.49.195 > requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?apiKey=1JEaK3o398-0hKchIDyIGIeLr8P7vP5lrFeBEvWlpjEryj7MmTKekzWdsqyMvRhaxFTaDAO3pcbmTSMbtokUnQ&volumeid=25137726-bf49-4cf1-ba70-bec5f5a3c797&command=listSnapshotPolicies&signature=iBlsyp5r6eX3vafeA87SjLnpjcQ%3D&response=json HTTP/1.1" 200 40 > test_04_reoccuring_snapshot_rules (integration.component.test_base_image_updation.TestBaseImageUpdate): DEBUG: Request: http://10.223.49.195:8080/client/api?apiKey=1JEaK3o398-0hKchIDyIGIeLr8P7vP5lrFeBEvWlpjEryj7MmTKekzWdsqyMvRhaxFTaDAO3pcbmTSMbtokUnQ&volumeid=25137726-bf49-4cf1-ba70-bec5f5a3c797&command=listSnapshotPolicies&signature=iBlsyp5r6eX3vafeA87SjLnpjcQ%3D&response=json Response: { "listsnapshotpoliciesresponse" : { } } > test_04_reoccuring_snapshot_rules (integration.component.test_base_image_updation.TestBaseImageUpdate): CRITICAL: FAILED: test_04_reoccuring_snapshot_rules: Traceback (most recent call last): > File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run > testMethod() > File "/Repo_30X/ipcl/cloudstack/test/integration/component/test_base_image_updation.py", line 644, in test_04_reoccuring_snapshot_rules > volumeid=vm_with_reset_root_disk_id > File "/usr/local/lib/python2.7/unittest/case.py", line 112, in __exit__ > "{0} not raised".format(exc_name)) > AssertionError: Exception not raised > --------------------- >> 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_base_image_updation.py", line 644, in test_04_reoccuring_snapshot_rules > volumeid=vm_with_reset_root_disk_id > File "/usr/local/lib/python2.7/unittest/case.py", line 112, in __exit__ > "{0} not raised".format(exc_name)) > Exception not raised > -------------------- >> begin captured logging << -------------------- > It will be great if we can add some more meaning full messages -- This message was sent by Atlassian JIRA (v6.3.4#6332)