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 070EB11952 for ; Mon, 14 Apr 2014 20:44:48 +0000 (UTC) Received: (qmail 47929 invoked by uid 500); 14 Apr 2014 20:44:40 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 47858 invoked by uid 500); 14 Apr 2014 20:44:40 -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 47843 invoked by uid 99); 14 Apr 2014 20:44:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 20:44:39 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of srikanth235@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-we0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 20:44:34 +0000 Received: by mail-we0-f172.google.com with SMTP id t61so8709645wes.3 for ; Mon, 14 Apr 2014 13:44:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=N8mF+wvUSKheDeN63ZFLo3n9MukFyOKeDgyvtnarDGQ=; b=Q6mM55ug9CUn85oUA90vTDKw6aSTW3zVbTdRNomxmuIPePorCyg/o3LwI9GcRZctxv hxKE0bFAHX80uJtOzVME+stsaf40C8CPKhyTFLV6L54zv44frGofxvXADEH0JgHVj5+t tnhc2aIH3q61QwoKa1igTJ87rOJU04/oL0KXnk9+bJqNBGcig2jA8/xWw3lIwt6qHAR9 S8VAug3S/5z6CT6xgn0SGhz1UnP3Spx+1hbkchauEGaCePZayxQEMtaz9r5nmHbgDQK5 cElMquB8iBVzkIiCFXaNmElx73XVlLP9xwjKCRbxUhBlcKQjP4L1y+DtG5m5Uw3Rcmme ua2g== X-Received: by 10.194.220.42 with SMTP id pt10mr3238981wjc.60.1397508253179; Mon, 14 Apr 2014 13:44:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.190.79 with HTTP; Mon, 14 Apr 2014 13:43:53 -0700 (PDT) From: Srikanth Srungarapu Date: Mon, 14 Apr 2014 13:43:53 -0700 Message-ID: Subject: regarding failure of testExportFileSystemState To: user@hbase.apache.org, dev@hbase.apache.org Content-Type: multipart/alternative; boundary=001a11c1b680006bc404f706bfe7 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c1b680006bc404f706bfe7 Content-Type: text/plain; charset=UTF-8 Hi Folks, When I tried running mvn test command on my local machine by checking out 0.98 branch, I'm getting the following test failure errors. *Failed tests: testExportFileSystemState(org.apache.hadoop.hbase.snapshot.TestExportSnapshot): expected:<0> but was:<1> testSnapshotWithRefsExportFileSystemState(org.apache.hadoop.hbase.snapshot.TestExportSnapshot): expected:<0> but was:<1> * Any insights into this would be appreciated :). Thanks, Srikanth. --001a11c1b680006bc404f706bfe7--