Missed something that could make the test fail sometimes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1031868 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7b1950ac75
commit
d4b41f0940
|
@ -600,7 +600,7 @@ public class TestHLog {
|
|||
HLog log = new HLog(fs, dir, oldLogDir, conf);
|
||||
HRegionInfo hri = new HRegionInfo(new HTableDescriptor(tableName),
|
||||
HConstants.EMPTY_START_ROW, HConstants.EMPTY_END_ROW);
|
||||
HRegionInfo hri2 = new HRegionInfo(new HTableDescriptor(tableName),
|
||||
HRegionInfo hri2 = new HRegionInfo(new HTableDescriptor(tableName2),
|
||||
HConstants.EMPTY_START_ROW, HConstants.EMPTY_END_ROW);
|
||||
|
||||
// Add a single edit and make sure that rolling won't remove the file
|
||||
|
|
Loading…
Reference in New Issue