HBASE-4132 Addendum 2 adjusts the expected value for preLogRolledCalled.size()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1175142 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b0de0129ae
commit
86cd2faa00
|
@ -489,7 +489,7 @@ public class TestLogRolling {
|
|||
// force a log roll to read back and verify previously written logs
|
||||
log.rollWriter(true);
|
||||
assertTrue("preLogRolledCalled has size of " + preLogRolledCalled.size(),
|
||||
preLogRolledCalled.size() == 4);
|
||||
preLogRolledCalled.size() == 3);
|
||||
|
||||
// read back the data written
|
||||
Set<String> loggedRows = new HashSet<String>();
|
||||
|
|
Loading…
Reference in New Issue