-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14844/
-----------------------------------------------------------
Review request for accumulo.
Bugs: ACCUMULO-1789
https://issues.apache.org/jira/browse/ACCUMULO-1789
Repository: accumulo
Description
-------
Slower hardware or VMs may have trouble completing tests within the timeouts
specified. This change adds a -f option to run.py to add a scaling factor to
the maxRuntime for tests, the timeout for Accumulo to shut down, and to a
specific timeout in SimpleBalancerFairness.
Diffs
-----
test/system/auto/JavaTest.py 25c0c2ad03a9fce4c295e4c117086418b8f0fb79
test/system/auto/TestUtils.py e9b79b827ac3b20d0ddb5179055a6027f3efd37a
test/system/auto/run.py 11fabf2ef3df23f05f794fc59a94d3a3302e7462
test/system/auto/simple/simpleBalancer.py
7b57d2a8c81f8ff1e28b5932cbcc93d8a1fe0414
Diff: https://reviews.apache.org/r/14844/diff/
Testing
-------
Ran simple tests on 3-node Accumulo 1.5.0 cluster under CDH 4.3. Some tests
fail with no added factor, but all pass with -f 3.
Thanks,
Bill Havanki