Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-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 9305FDD03 for ; Sat, 1 Sep 2012 06:03:03 +0000 (UTC) Received: (qmail 56266 invoked by uid 500); 1 Sep 2012 06:03:02 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 55704 invoked by uid 500); 1 Sep 2012 06:02:56 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 55659 invoked by uid 99); 1 Sep 2012 06:02:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Sep 2012 06:02:54 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of saint.ack@gmail.com designates 209.85.160.41 as permitted sender) Received: from [209.85.160.41] (HELO mail-pb0-f41.google.com) (209.85.160.41) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Sep 2012 06:02:49 +0000 Received: by pbbro12 with SMTP id ro12so6173413pbb.14 for ; Fri, 31 Aug 2012 23:02:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=6t+Kt49Ui1WjARFcNXYzpz+nBcPs55x60xaoSbNiIEo=; b=S5dsHdszunKhfzgSTpW0xtaJrYc26e1fktRrGCgJJgnN3kaw08u5Dxh4k12lBZ7c1a 9ypTQ6EdtzxAw04rRkxe9CXKHJf5WSoghoju8F0ynDYEf3BPz8+Eow0tkNlX7uT85mD4 JKRgyvJPmqx3EybLymocbJzpuB6AhTEsG3P8+2JOlREk4JJqbRpeNtM1VtlJOb4Ga8dt hsARbv3tCgj54CcgurD5M0ogol46w82G5mDl/K67aKJV293SpQE9Q6Q8aDfpZgPA7nNO Q3YkslI4Q5/+S1bnmOopcZim2ovZ0OfNTRWctT6YSvIOwdV8Kj5ZhMcdwpe7vauTLtFW suNg== MIME-Version: 1.0 Received: by 10.68.218.196 with SMTP id pi4mr21725228pbc.128.1346479349394; Fri, 31 Aug 2012 23:02:29 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.66.51.194 with HTTP; Fri, 31 Aug 2012 23:02:29 -0700 (PDT) In-Reply-To: References: <0990BB16-74B3-404F-8035-BDA4C3757291@hortonworks.com> <0A004195-8223-4D2D-B480-699643C86BDD@hortonworks.com> Date: Fri, 31 Aug 2012 23:02:29 -0700 X-Google-Sender-Auth: jVwkTV7VcjYFIoc-X6kcXvusET0 Message-ID: Subject: Re: [Discuss] Release 0.92.2? From: Stack To: dev@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Aug 31, 2012 at 4:43 PM, Stack wrote: > On Fri, Aug 31, 2012 at 10:26 AM, Ted Yu wrote: >> bq. Can we not disable tests that we've labelled flakey and not issues in >> hbase? >> >> No tests were disabled this past week. >> > > ? Because 0.92 branch had no flakey tests this week? > > The last two builds of 0.92 succeeded as did my most recent local > build. Maybe its not as bad as I thought. I'll run some more builds > up on jenkins and see how it goes. > The build https://builds.apache.org/view/G-L/view/HBase/job/HBase-0.92/552/ failed TestReplication and TestSplitTransactionOnCluster, a couple of old favorites. St.Ack