HBASE-6195 Addednum changes the method variable to be consistent with test name (Xing Shi)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1349619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1fe9aa0e7a
commit
5e3b1e4b5d
|
@ -3560,7 +3560,7 @@ public class TestHRegion extends HBaseTestCase {
|
|||
@Test
|
||||
public void testParallelIncrementWithMemStoreFlush() throws Exception {
|
||||
Configuration conf = HBaseConfiguration.create();
|
||||
String method = "testParallelismIncrementWithMemStoreFlush";
|
||||
String method = "testParallelIncrementWithMemStoreFlush";
|
||||
byte[] tableName = Bytes.toBytes(method);
|
||||
byte[] family = Incrementer.family;
|
||||
this.region = initHRegion(tableName, method, conf, family);
|
||||
|
|
Loading…
Reference in New Issue