You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/05/28 22:51:40 UTC

[07/32] git commit: Merge remote-tracking branch 'origin/1.6.1-SNAPSHOT'

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/ACCUMULO-378
Commit: 0164991f4674f43edbf7fb1e09fecc1686f97aec
Parents: 58e7665 adaf146
Author: Bill Slacum <uj...@apache.org>
Authored: Thu May 22 07:34:09 2014 -0400
Committer: Bill Slacum <uj...@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(+)
----------------------------------------------------------------------