Return-Path: X-Original-To: apmail-incubator-isis-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-isis-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 E20A8CCB9 for ; Sun, 20 May 2012 11:42:26 +0000 (UTC) Received: (qmail 19164 invoked by uid 500); 20 May 2012 11:42:26 -0000 Delivered-To: apmail-incubator-isis-dev-archive@incubator.apache.org Received: (qmail 19145 invoked by uid 500); 20 May 2012 11:42:26 -0000 Mailing-List: contact isis-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-dev@incubator.apache.org Received: (qmail 19135 invoked by uid 99); 20 May 2012 11:42:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 May 2012 11:42:26 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.214.175] (HELO mail-ob0-f175.google.com) (209.85.214.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 May 2012 11:42:18 +0000 Received: by obhx4 with SMTP id x4so7338928obh.6 for ; Sun, 20 May 2012 04:41:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=Jt3ae8zD30KYKB8Df+BsWRWNc+88q8MI5V4glv2aTMY=; b=mXVfVn1bMxJ2CPQgXZoHAdj/wCjyy8JG5qxSKgoeegZDuawXAmEz2AeUXVTPy1qseJ Kete+Aqsw3EiNcC38HI2I05H5g0fWsorYRIU/zvZZ1bqdts+zWmktgOWgDi/sGAj61/Y QG3fcmF9SVpIyxeNobrKOUzoE86plU+YbbTwlmo/CFS6tsVRA5ZJmIdeNZ9iEJl9kRj6 hqEE7gBvWQvMdFIRvwoe+H5bul+bQZ8S5VYiL0hNqP1FdnkIfFHEN+8ekdg3LyfNy1ff qG43mcBLQ7Yg8f3hWskOMYK4KuKLwCHjNvq11luOA8ZwXeqd3xxep+huefBHiJAND8o+ QsxA== Received: by 10.182.52.105 with SMTP id s9mr15997799obo.48.1337514117570; Sun, 20 May 2012 04:41:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.14.33 with HTTP; Sun, 20 May 2012 04:41:37 -0700 (PDT) X-Originating-IP: [86.170.197.142] From: Dan Haywood Date: Sun, 20 May 2012 12:41:37 +0100 Message-ID: Subject: build (finally!) back to green - new maven profiles To: isis-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=14dae9399429dc21ad04c0764536 X-Gm-Message-State: ALoCoQnqo7PoRUph4s6PXV8TzXSrjbuSy/ssN7E4ZV50fOQcNr79iTdkRkl0fSAZrn/noglWSSRV X-Virus-Checked: Checked by ClamAV on apache.org --14dae9399429dc21ad04c0764536 Content-Type: text/plain; charset=ISO-8859-1 After far too long a gap, the build is back to green. The reason it has been unstable this last week or so is because it was running a number of tests that depend upon Mongo server. Obviously, there isn't a Mongo instance available on builds.apache.org to point to, hence the test failures. To address this, and to rationalize the way that we exclude the SQL object store integration tests (against MySQL and Postgres), I've introduced two new profiles: mvn clean install -D integtest=mongo (or equivalently, using -P integtest-mongo) mvn clean install -D integtest=sql (or equivalently, using -P integtest-sql) will run just the Mongo, or just the two SQL integration tests respectively. Thx, Dan --14dae9399429dc21ad04c0764536--