HBASE-4020 "testWritesWhileGetting" unit test needs to be fixed.
Vandana Ayyalasomayajula via Ted Yu git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1139466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
51ae4d386c
commit
1a5251661e
|
@ -129,6 +129,8 @@ Release 0.91.0 - Unreleased
|
|||
HBASE-3889 NPE in Distributed Log Splitting (Anirudh Todi)
|
||||
HBASE-4000 You can't specify split points when you create a table in
|
||||
the shell (Joey Echeverria)
|
||||
HBASE-4020 "testWritesWhileGetting" unit test needs to be fixed.
|
||||
(Vandana Ayyalasomayajula via Ted Yu)
|
||||
|
||||
IMPROVEMENTS
|
||||
HBASE-3290 Max Compaction Size (Nicolas Spiegelberg via Stack)
|
||||
|
|
|
@ -2670,7 +2670,7 @@ public class TestHRegion extends HBaseTestCase {
|
|||
qualifiers[i] = Bytes.toBytes("qual" + i);
|
||||
}
|
||||
|
||||
String method = "testWritesWhileScanning";
|
||||
String method = "testWritesWhileGetting";
|
||||
initHRegion(tableName, method, families);
|
||||
PutThread putThread = new PutThread(numRows, families, qualifiers);
|
||||
putThread.start();
|
||||
|
|
Loading…
Reference in New Issue