Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A8390DD1E for ; Mon, 11 Feb 2013 07:24:48 +0000 (UTC) Received: (qmail 19765 invoked by uid 500); 11 Feb 2013 07:24:48 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 19690 invoked by uid 500); 11 Feb 2013 07:24:47 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 19663 invoked by uid 99); 11 Feb 2013 07:24:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 07:24:47 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rohityadav89@gmail.com designates 74.125.83.48 as permitted sender) Received: from [74.125.83.48] (HELO mail-ee0-f48.google.com) (74.125.83.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 07:24:41 +0000 Received: by mail-ee0-f48.google.com with SMTP id t10so3050860eei.21 for ; Sun, 10 Feb 2013 23:24:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=42m1jR8NAAy5G92CIkFFcxokFk7mIB/A2sTTDZoDl/0=; b=WWk5zDxNKJDiq/sbA1UCAX/QHDT2fkzL/1tkEO+jz3BAR9em9pz+tK12y8T2lPbQwl aFXkReBL5P0FnK7UyjVErAQENM8vKpF4Qq+aHvbjWo5vVf4KdJ9/cdJEECc1SjkYumL9 Cre4w57gexl1TCJ6d3Bzxw4Uf1jGeAH/vJErZVAPFin+FZB0Ue2kY/5GWjdUilJCgKGI OBF5xMyM/5VwIm7u61Dvl55IqiIr7QL+6XwZ5egBgi0qR5x+Lx+0CXR7OeHjxxdPqr1N UKEQ9HEddgk0/csfTf1T6v7bwkvD6zv6sW1jUdCHpGMJAjdTeHkWuamHqqaW5BI4ogOP HRnw== X-Received: by 10.14.200.137 with SMTP id z9mr46860823een.20.1360567460287; Sun, 10 Feb 2013 23:24:20 -0800 (PST) MIME-Version: 1.0 Sender: rohityadav89@gmail.com Received: by 10.223.4.154 with HTTP; Sun, 10 Feb 2013 23:24:00 -0800 (PST) In-Reply-To: <99BD5B5740E6DA41AD584B49E414BD90012DB2B9465E@SJCPMAILBOX01.citrite.net> References: <99BD5B5740E6DA41AD584B49E414BD90012DB2B945BC@SJCPMAILBOX01.citrite.net> <99BD5B5740E6DA41AD584B49E414BD90012DB2B9465E@SJCPMAILBOX01.citrite.net> From: Rohit Yadav Date: Mon, 11 Feb 2013 12:54:00 +0530 X-Google-Sender-Auth: k0luxpLyk2AOmhqb-uWJk6ttXhQ Message-ID: Subject: Re: [ACS41][QA]Blockers to run automation To: Rayees Namathponnan Cc: Min Chen , Prachi Damle , Haroon Abdelrahman , Sudha Ponnaganti , "cloudstack-dev@incubator.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I fixed DatabaseCreator for developers which works fine using maven, but missed to fix the same in cloud-setup-databases. Thanks for reporting, will work on fixing this today. As quick work around is to use maven to deploy database: (after building, server and utils) mvn -P developer -pl developer -Ddeploydb Regards. On Mon, Feb 11, 2013 at 10:45 AM, Rayees Namathponnan wrote: > Hi Rohit, > > Did you get a chance to look this defect https://issues.apache.org/jira/browse/CLOUDSTACK-1200 ? > > QA is blocked due to this defect. > > Regards, > Rayees > > -----Original Message----- > From: Min Chen > Sent: Friday, February 08, 2013 4:37 PM > To: Rayees Namathponnan; Prachi Damle; Haroon Abdelrahman; Sudha Ponnaganti; cloudstack-dev@incubator.apache.org > Subject: Re: [ACS41][QA]Blockers to run automation > > UUID column is added later into CloudStack system, and we never set up not-null constraint on UUID since internally we still use internal DB id to identify resource. > > Thanks > -min > > On 2/8/13 4:00 PM, "Rayees Namathponnan" > wrote: > >>HI Min, >> >>Thanks for fixing the issue >>https://issues.apache.org/jira/browse/CLOUDSTACK-1216 >> >>Why we are allowing UUID null ? is there any reason for this ? >> >>I removed the blocker from this defect >> >>mysql> desc user; >>+--------------------------+---------------------+------+-----+---------+- >>---------------+ >>| Field | Type | Null | Key | Default | Extra | >>+--------------------------+---------------------+------+-----+---------+- >>---------------+ >>| id | bigint(20) unsigned | NO | PRI | NULL | auto_increment | uuid | >>| varchar(40) | YES | UNI | NULL | | username | varchar(255) | NO | | >>| NULL | | password | varchar(255) | NO | | NULL | | account_id | >>| bigint(20) unsigned | NO | MUL | NULL | | firstname | varchar(255) | >>| YES | | NULL | | lastname | varchar(255) | YES | | NULL | | email | >>| varchar(255) | YES | | NULL | | state | varchar(10) | NO | | enabled >>| | | api_key | varchar(255) | YES | UNI | NULL | | secret_key | >>| varchar(255) | YES | MUL | NULL | | created | datetime | NO | | NULL >>| | | removed | datetime | YES | MUL | NULL | | timezone | varchar(30) >>| | YES | | NULL | | registration_token | varchar(255) | YES | | NULL | >>| | is_registered | tinyint(4) | NO | | 0 | | region_id | int(10) >>| unsigned | NO | | NULL | | incorrect_login_attempts | int(10) >>| unsigned | NO | | 0 | | >>+--------------------------+---------------------+------+-----+---------+- >>---------------+ >> >> >>Regards, >>Rayees >> >>-----Original Message----- >>From: Min Chen >>Sent: Friday, February 08, 2013 2:20 PM >>To: Prachi Damle; Haroon Abdelrahman; Sudha Ponnaganti; >>cloudstack-dev@incubator.apache.org >>Cc: Rayees Namathponnan >>Subject: Re: [ACS41][QA]Blockers to run automation >> >>https://issues.apache.org/jira/browse/CLOUDSTACK-1216 is resolved. >> >> >>Thanks >>-min >> >>On 2/8/13 1:59 PM, "Prachi Damle" wrote: >> >>>Updated the bug with details and assigned to Rohit to fix why the 4.1 >>>schema is not getting setup. >>> >>>https://issues.apache.org/jira/browse/CLOUDSTACK-1200 >>> >>>-Prachi >>> >>>-----Original Message----- >>>From: Min Chen >>>Sent: Friday, February 08, 2013 1:20 PM >>>To: Haroon Abdelrahman; Sudha Ponnaganti; >>>cloudstack-dev@incubator.apache.org; Prachi Damle >>>Cc: Rayees Namathponnan >>>Subject: Re: [ACS41][QA]Blockers to run automation >>> >>>I am looking at the bug, could not reproduce this by running locally >>>from source code. Have updated the bug to ask for setup details. >>>Rayees, please update the bug at your earliest convenience. >>> >>>Thanks >>>-min >>> >>>On 2/8/13 11:39 AM, "Haroon Abdelrahman" >>> >>>wrote: >>> >>>>Min and Prachi, >>>> >>>>Could you pls check your assignments below? >>>> >>>>Haroon >>>> >>>>On 2/8/13 10:54 AM, "Sudha Ponnaganti" >>>>wrote: >>>> >>>>>Hi, >>>>> >>>>>Can these defects be looked at >>>>> >>>>>https://issues.apache.org/jira/browse/CLOUDSTACK-1216 >>>>>https://issues.apache.org/jira/browse/CLOUDSTACK-1200 >>>>> >>>>>These are blocking QA to make progress to validate 41 builds ( using >>>>>hugo's changes to create packages) >>>>> >>>>>Thanks >>>>>/Sudha >>>> >>> >> >