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 2014/03/14 17:56:25 UTC

[4/5] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/accumulo

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/accumulo


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7f009d84
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7f009d84
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7f009d84

Branch: refs/heads/master
Commit: 7f009d845725b19ad52ba2fadf8f93300fc0d3e8
Parents: 2610f66 1a68738
Author: Eric Newton <er...@gmail.com>
Authored: Fri Mar 14 12:56:23 2014 -0400
Committer: Eric Newton <er...@gmail.com>
Committed: Fri Mar 14 12:56:23 2014 -0400

----------------------------------------------------------------------
 README                                          |   5 +-
 .../accumulo/core/data/ArrayByteSequence.java   |   7 +-
 .../apache/accumulo/core/data/KeyExtent.java    |   3 +-
 .../core/security/NamespacePermission.java      |   1 +
 .../core/data/ArrayByteSequenceTest.java        | 107 +++++++++
 .../accumulo/core/data/ByteSequenceTest.java    |  41 ++++
 .../apache/accumulo/core/data/ColumnTest.java   |  70 ++++--
 .../accumulo/core/data/KeyExtentTest.java       | 240 ++++++++++++++-----
 .../org/apache/accumulo/core/data/KeyTest.java  |  33 +++
 .../iterators/user/BigDecimalCombinerTest.java  |  91 +++++--
 .../core/iterators/user/CombinerTest.java       |   2 +-
 .../core/security/ColumnVisibilityTest.java     |  34 ++-
 .../core/security/NamespacePermissionsTest.java |  39 +++
 .../core/security/VisibilityConstraintTest.java | 106 ++++++++
 pom.xml                                         |   7 +
 .../tserver/TabletServerResourceManager.java    |  19 +-
 .../randomwalk/security/SecurityFixture.java    |   2 +
 17 files changed, 694 insertions(+), 113 deletions(-)
----------------------------------------------------------------------