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:
parent
0279997340
commit
a054e38b91
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue