You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/11/05 20:14:01 UTC

[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 <er...@gmail.com>


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 <bh...@cloudera.com>
Authored: Mon Nov 4 17:01:21 2013 -0500
Committer: Eric Newton <er...@gmail.com>
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: