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 13FB7107E5 for ; Tue, 5 Nov 2013 19:14:01 +0000 (UTC) Received: (qmail 28170 invoked by uid 500); 5 Nov 2013 19:14:01 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 28040 invoked by uid 500); 5 Nov 2013 19:14:00 -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 28024 invoked by uid 99); 5 Nov 2013 19:14:00 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Nov 2013 19:14:00 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A7F8F452F5; Tue, 5 Nov 2013 19:14:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ecn@apache.org To: commits@accumulo.apache.org Date: Tue, 05 Nov 2013 19:14:01 -0000 Message-Id: <7a0333f452e74c17912ce7c0c0d94cac@git.apache.org> In-Reply-To: <82010fafba50432dafb1e012b208e92b@git.apache.org> References: <82010fafba50432dafb1e012b208e92b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] git commit: ACCUMULO-1835 Add -f, -x and -r docs to test/system/auto/README ACCUMULO-1835 Add -f, -x and -r docs to test/system/auto/README Signed-off-by: Eric Newton Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/62c6a227 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/62c6a227 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/62c6a227 Branch: refs/heads/1.5.1-SNAPSHOT Commit: 62c6a227a67264c5298d424ffb739077af32e4a5 Parents: 345b0a6 Author: Bill Havanki Authored: Mon Nov 4 17:01:21 2013 -0500 Committer: Eric Newton Committed: Tue Nov 5 14:12:05 2013 -0500 ---------------------------------------------------------------------- test/system/auto/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/62c6a227/test/system/auto/README ---------------------------------------------------------------------- diff --git a/test/system/auto/README b/test/system/auto/README index df447f8..4773393 100644 --- a/test/system/auto/README +++ b/test/system/auto/README @@ -21,6 +21,10 @@ You can select tests using a case-insensitive regular expression: $ ./test/system/auto/run.py -t simple $ ./test/system/auto/run.py -t SunnyDay +To run tests repeatedly: + + $ ./test/system/auto/run.py -r 3 + If you are attempting to debug what is causing a test to fail, you can run the tests in "verbose" mode: $ python test/system/auto/run.py -t SunnyDay -v 10 @@ -34,6 +38,16 @@ If the test suite hangs, and you would like to re-run the tests starting with th $ ./test/system/auto/run.py -s start.over.test +If tests tend to time out (on slower hardware, for example), you can scale up the timeout values by a +multiplier. This example triples timeouts: + + $ ./test/system/auto/run.py -f 3 + +Test results are normally printed to the console, but you can send them to XML files compatible with +Jenkins: + + $ ./test/system/auto/run.py -x + The full test suite can take nearly an hour. If you have a larger hadoop cluster at your disposal, you can run the tests as a map-reduce job: