HBASE-21076 refactor TestTableResource to ask for a multi-region table instead of...
commit6b18e39f30b30ad2aa027eefbf520f2c5b1de490
authorSean Busbey <busbey@apache.org>
Mon, 20 Aug 2018 18:43:25 +0000 (20 13:43 -0500)
committerSean Busbey <busbey@apache.org>
Tue, 21 Aug 2018 14:17:51 +0000 (21 09:17 -0500)
tree04a6d5971f604c8c36eb6689670f8a5f2cc140c0
parent23d54f8587853ebf3f210c4d98784f3ce7d43b99
HBASE-21076 refactor TestTableResource to ask for a multi-region table instead of relying on a split operation.

Also correct how the test does string conversion for region names that include non-printable characters.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestTableResource.java