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/03/14 22:11:50 UTC

[24/26] git commit: Merge branch '1.6.0-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.6.0-SNAPSHOT

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


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

Branch: refs/heads/ACCUMULO-2061
Commit: 7c2a5526a1ce9b729e8a14ce9a34b457959bfa5e
Parents: ae75062 e68d748
Author: Eric Newton <er...@gmail.com>
Authored: Fri Mar 14 12:55:59 2014 -0400
Committer: Eric Newton <er...@gmail.com>
Committed: Fri Mar 14 12:55:59 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(-)
----------------------------------------------------------------------