Merge remote-tracking branch 'origin/1.6.1-SNAPSHOT'
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/0164991f Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/0164991f Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/0164991f Branch: refs/heads/master Commit: 0164991f4674f43edbf7fb1e09fecc1686f97aec Parents: 58e7665 adaf146 Author: Bill Slacum <ujustgotbi...@apache.org> Authored: Thu May 22 07:34:09 2014 -0400 Committer: Bill Slacum <ujustgotbi...@apache.org> Committed: Thu May 22 07:34:09 2014 -0400 ---------------------------------------------------------------------- .../accumulo/test/stress/random/DataWriter.java | 50 ++++++ .../test/stress/random/IntArgValidator.java | 32 ++++ .../random/RandomByteArrayMakerFunction.java | 60 ++++++++ .../test/stress/random/RandomByteArrays.java | 36 +++++ .../test/stress/random/RandomMutations.java | 39 +++++ .../accumulo/test/stress/random/Scan.java | 124 +++++++++++++++ .../accumulo/test/stress/random/ScanOpts.java | 44 ++++++ .../accumulo/test/stress/random/Stream.java | 41 +++++ .../accumulo/test/stress/random/Write.java | 78 ++++++++++ .../test/stress/random/WriteOptions.java | 152 +++++++++++++++++++ .../test/stress/random/package-info.java | 36 +++++ test/system/stress/README.md | 34 +++++ test/system/stress/reader.sh | 34 +++++ test/system/stress/writer.sh | 38 +++++ 14 files changed, 798 insertions(+) ----------------------------------------------------------------------