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 09C65D7A4 for ; Thu, 31 Jan 2013 21:34:55 +0000 (UTC) Received: (qmail 87595 invoked by uid 500); 31 Jan 2013 21:34:55 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 87570 invoked by uid 500); 31 Jan 2013 21:34:54 -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 87561 invoked by uid 99); 31 Jan 2013 21:34:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2013 21:34:54 +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; Thu, 31 Jan 2013 21:34:52 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9C74D23889DE; Thu, 31 Jan 2013 21:34:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1441201 - /accumulo/trunk/test/system/auto/stress/msplit.py Date: Thu, 31 Jan 2013 21:34:32 -0000 To: commits@accumulo.apache.org From: ecn@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130131213432.9C74D23889DE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ecn Date: Thu Jan 31 21:34:32 2013 New Revision: 1441201 URL: http://svn.apache.org/viewvc?rev=1441201&view=rev Log: ACCUMULO-1004 fix intermittent failure Modified: accumulo/trunk/test/system/auto/stress/msplit.py Modified: accumulo/trunk/test/system/auto/stress/msplit.py URL: http://svn.apache.org/viewvc/accumulo/trunk/test/system/auto/stress/msplit.py?rev=1441201&r1=1441200&r2=1441201&view=diff ============================================================================== --- accumulo/trunk/test/system/auto/stress/msplit.py (original) +++ accumulo/trunk/test/system/auto/stress/msplit.py Thu Jan 31 21:34:32 2013 @@ -31,10 +31,10 @@ class MetaSplitTest(TabletShouldSplit): tableSettings = TabletShouldSplit.tableSettings.copy() tableSettings['!METADATA'] = { - 'table.split.threshold': 100, + 'table.split.threshold': 500, } tableSettings['test_ingest'] = { - 'table.split.threshold': '100K', + 'table.split.threshold': '200K', } def runTest(self):