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 D028010632 for ; Mon, 10 Mar 2014 05:49:46 +0000 (UTC) Received: (qmail 31801 invoked by uid 500); 10 Mar 2014 05:49:45 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 31751 invoked by uid 500); 10 Mar 2014 05:49:44 -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 31732 invoked by uid 500); 10 Mar 2014 05:49:43 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 31726 invoked by uid 99); 10 Mar 2014 05:49:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2014 05:49:43 +0000 Date: Mon, 10 Mar 2014 05:49:43 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-5626) [Automation] migrate instance tests are failing 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-5626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13925467#comment-13925467 ] ASF subversion and git services commented on CLOUDSTACK-5626: ------------------------------------------------------------- Commit 3b3ae024591fae4db9a6ca991d4838d98b96154e in cloudstack's branch refs/heads/master from [~gauravaradhye] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=3b3ae02 ] CLOUDSTACK-5626: Simplifying VM Migrate code Signed-off-by: SrikanteswaraRao Talluri > [Automation] migrate instance tests are failing > ----------------------------------------------- > > Key: CLOUDSTACK-5626 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5626 > Project: CloudStack > Issue Type: Test > Security Level: Public(Anyone can view this level - this is the default.) > Components: Automation > Affects Versions: 4.3.0 > Environment: xenserver 62 > advanced zone > Reporter: Srikanteswararao Talluri > Assignee: Girish Shilamkar > Fix For: 4.3.0 > > Attachments: api-test.log, mgmt.tar.gz > > > The test does the following: > 1. Start a vm > 2. Get a list of hosts available > 3. Migrate the vm to some another hosts. > Sometimes and mostly in daily runs the migration fails with error: > 'Cannot migrate VM, VM is already presnt on this host, please specify valid destination host to migrate the VM" > I have confirmed that the testcase does not try to migrate to the same host on which the vm is. And it is seen in the API call that the destination host is indeed different from source host. > test_07_migrate_instance_in_network (integration.component.test_vpc_vm_life_cycle.TestVMLifeCycleStoppedVPCVR): DEBUG: Migrating VM-ID: 11f52df4-480e-480e-b7b7-635a65a79bc6 on Host: 1b2a97f4-1f76-4f9e-b1be-9b4138ae76aa to Host: efac2d9e-e54a-468e-b09f-4afe1624bdcc > test_07_migrate_instance_in_network (integration.component.test_vpc_vm_life_cycle.TestVMLifeCycleStoppedVPCVR): DEBUG: sending GET request: migrateVirtualMachine {'hostid': u'efac2d9e-e54a-468e-b09f-4afe1624bdcc', 'virtualmachineid': u'11f52df4-48 > The details can be found in api-test.log attached. > This problem is consistently seen in daily run. But only for KVM. If I try to reproduce this in my local setup, I am not able to. -- This message was sent by Atlassian JIRA (v6.2#6252)