HBASE-8953 TestFromClientSide.testClientPoolThreadLocal fails; DEBUG

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503444 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-07-15 20:05:29 +00:00
parent 0279997340
commit a054e38b91
1 changed files with 2 additions and 2 deletions

View File

@ -4631,8 +4631,8 @@ public class TestFromClientSide {
NavigableMap<Long, byte[]> navigableMap = result.getMap().get(FAMILY)
.get(QUALIFIER);
assertEquals("The number of versions of '" + FAMILY + ":" + QUALIFIER
+ " did not match " + versions, versions, navigableMap.size());
assertEquals("The number of versions of '" + FAMILY + ":" + QUALIFIER + " did not match " +
versions + "; " + put.toString() + ", " + get.toString(), versions, navigableMap.size());
for (Map.Entry<Long, byte[]> entry : navigableMap.entrySet()) {
assertTrue("The value at time " + entry.getKey()
+ " did not match what was put",