HBASE-4037 add timeout for TestFullLogReconstruction
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1141304 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
70d9045694
commit
f0120d5a47
|
@ -142,6 +142,8 @@ Release 0.91.0 - Unreleased
|
|||
behavior when the field that we are incrementing is less
|
||||
than 8 bytes long (Li Pi)
|
||||
HBASE-4012 Further optimize byte comparison methods (Ted Yu)
|
||||
HBASE-4037 Add timeout annotations to preempt surefire killing
|
||||
all tests - TestFullLogReconstruction
|
||||
|
||||
IMPROVEMENTS
|
||||
HBASE-3290 Max Compaction Size (Nicolas Spiegelberg via Stack)
|
||||
|
|
|
@ -88,7 +88,7 @@ public class TestFullLogReconstruction {
|
|||
* see all the rows.
|
||||
* @throws Exception
|
||||
*/
|
||||
@Test
|
||||
@Test (timeout=300000)
|
||||
public void testReconstruction() throws Exception {
|
||||
|
||||
HTable table = TEST_UTIL.createTable(TABLE_NAME, FAMILY);
|
||||
|
|
Loading…
Reference in New Issue