Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 90830951C for ; Fri, 25 May 2012 18:53:31 +0000 (UTC) Received: (qmail 82922 invoked by uid 500); 25 May 2012 18:53:31 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 82889 invoked by uid 500); 25 May 2012 18:53:31 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 82881 invoked by uid 99); 25 May 2012 18:53:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2012 18:53:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2012 18:53:29 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2E27E238896F for ; Fri, 25 May 2012 18:53:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1342770 - /accumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/BloomFilterTest.java Date: Fri, 25 May 2012 18:53:08 -0000 To: commits@accumulo.apache.org From: vines@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120525185308.2E27E238896F@eris.apache.org> Author: vines Date: Fri May 25 18:53:07 2012 New Revision: 1342770 URL: http://svn.apache.org/viewvc?rev=1342770&view=rev Log: ACCUMULO-235 - propogating errors are annoying in the test Modified: accumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/BloomFilterTest.java Modified: accumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/BloomFilterTest.java URL: http://svn.apache.org/viewvc/accumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/BloomFilterTest.java?rev=1342770&r1=1342769&r2=1342770&view=diff ============================================================================== --- accumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/BloomFilterTest.java (original) +++ accumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/functional/BloomFilterTest.java Fri May 25 18:53:07 2012 @@ -161,6 +161,8 @@ public class BloomFilterTest extends Fun throw new Exception("Queries exceeded expected run time " + (t2 - t1) / 1000.0 + " " + secs); } + bs.close(); + } private void write(String table, int depth, long start, long end, int step) throws Exception {