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 B9B36F72B for ; Fri, 5 Apr 2013 21:50:06 +0000 (UTC) Received: (qmail 91577 invoked by uid 500); 5 Apr 2013 21:50:06 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 91524 invoked by uid 500); 5 Apr 2013 21:50:06 -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 91514 invoked by uid 99); 5 Apr 2013 21:50:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Apr 2013 21:50:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [195.66.90.41] (HELO sbppmx2.schubergphilis.com) (195.66.90.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Apr 2013 21:50:01 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by sbppmx2.schubergphilis.com (Postfix) with ESMTP id CB37012A4F for ; Fri, 5 Apr 2013 23:49:39 +0200 (MEST) X-Virus-Scanned: amavisd-new at schubergphilis.com Received: from sbppmx2.schubergphilis.com ([127.0.0.1]) by localhost (sbppmx2.schubergphilis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zJfOAMR2JdE3 for ; Fri, 5 Apr 2013 23:49:39 +0200 (MEST) Received: from SBPOTMG101.sbp.lan (edge.schubergphilis.com [195.66.90.11]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by sbppmx2.schubergphilis.com (Postfix) with ESMTP id BC3AB12A48 for ; Fri, 5 Apr 2013 23:49:39 +0200 (MEST) Received: from SBPOMF102.sbp.lan (10.71.2.131) by SBPOTMG101.sbp.lan (10.71.3.100) with Microsoft SMTP Server (TLS) id 14.1.379.0; Fri, 5 Apr 2013 23:49:39 +0200 Received: from SBPOMB402.sbp.lan ([fe80::2410:c2c8:67bf:d067]) by SBPOMF102.sbp.lan ([fe80::9049:fc5b:72ee:dd7%15]) with mapi id 14.02.0318.001; Fri, 5 Apr 2013 23:49:39 +0200 From: Hugo Trippaers To: "" CC: "dev@cloudstack.apache.org" Subject: Re: Master broken Thread-Topic: Master broken Thread-Index: Ac4vb3LfQ2b1YXF7TeCqMI2lKwv2EAACLq2gAAAtCAAAALhlAAANCE8AAAIltIAAIWU5oAASXHEAAAtC7oAARoGhAAAZCu2AAAUuD/c= Date: Fri, 5 Apr 2013 21:49:38 +0000 Message-ID: <20D15FDD-09F7-449F-AA7D-BBF953269DB1@schubergphilis.com> References: <6DE00C9FDF08A34683DF71786C70EBF02F83FABF@SBPOMB402.sbp.lan> , In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Sent from my iPhone On 5 apr. 2013, at 23:21, "Alex Huang" wrote: >> That will be hard to do since the checkin test requires the DB to be pre= sent as >> it starts up the server and sets-up the databases. We'd have to turn it = off for >> the build and turn it back on again for the bvt. Best if we avoid doing = - >> DskipTests when building as a general good rule. >=20 > I don't think -DskipTests is the problem. The problem is actually people= who are running the unit tests have db on their laptops so if they have un= it tests that require DB will run on their laptop but fails on Jenkins, whi= ch doesn't have a db. We could make a small unit test that would fail if a database is detected. = Would that help? >=20 > --Alex