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 64471989C for ; Mon, 16 Apr 2012 13:01:24 +0000 (UTC) Received: (qmail 36582 invoked by uid 500); 16 Apr 2012 13:01:24 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 36293 invoked by uid 500); 16 Apr 2012 13:01:23 -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 36053 invoked by uid 99); 16 Apr 2012 13:01:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2012 13:01:23 +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; Mon, 16 Apr 2012 13:01:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 63E8723888EA for ; Mon, 16 Apr 2012 13:01:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1326584 - /accumulo/trunk/test/system/auto/simple/examples.py Date: Mon, 16 Apr 2012 13:01:00 -0000 To: commits@accumulo.apache.org From: ecn@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120416130100.63E8723888EA@eris.apache.org> Author: ecn Date: Mon Apr 16 13:00:59 2012 New Revision: 1326584 URL: http://svn.apache.org/viewvc?rev=1326584&view=rev Log: ACCUMULO-538 fix another reference to the src directory Modified: accumulo/trunk/test/system/auto/simple/examples.py Modified: accumulo/trunk/test/system/auto/simple/examples.py URL: http://svn.apache.org/viewvc/accumulo/trunk/test/system/auto/simple/examples.py?rev=1326584&r1=1326583&r2=1326584&view=diff ============================================================================== --- accumulo/trunk/test/system/auto/simple/examples.py (original) +++ accumulo/trunk/test/system/auto/simple/examples.py Mon Apr 16 13:00:59 2012 @@ -70,7 +70,7 @@ class Examples(TestUtilsMixin, unittest. 'dataTable', visibility, 100000, - ACCUMULO_HOME+"/src") + ACCUMULO_HOME+"/server") self.comment(" searching for a file") handle = self.runOn('localhost', [self.accumulo_sh(), 'org.apache.accumulo.examples.simple.dirlist.QueryUtil', INSTANCE_NAME, ZOOKEEPERS, ROOT, ROOT_PASSWORD, @@ -97,7 +97,7 @@ class Examples(TestUtilsMixin, unittest. self.ashell('createtable bloom_test\nconfig -t bloom_test -s table.bloom.enabled=true\n') self.execute(self.accumulo_sh(), 'org.apache.accumulo.examples.simple.client.RandomBatchWriter', '-s', '7', INSTANCE_NAME, ZOOKEEPERS, ROOT, ROOT_PASSWORD, 'bloom_test', - '1000000', '0', '1000000000', '50', '2000000', '60000', '3' 'A') + '1000000', '0', '1000000000', '50', '2000000', '60000', '3', 'A') self.ashell('flush -t bloom_test -w\n') now = time.time() self.execute(self.accumulo_sh(), 'org.apache.accumulo.examples.simple.client.RandomBatchScanner', '-s', '7',