From f0120d5a47dc59b32ede92454a96c214380f2d19 Mon Sep 17 00:00:00 2001 From: Zhihong Yu Date: Wed, 29 Jun 2011 22:54:41 +0000 Subject: [PATCH] HBASE-4037 add timeout for TestFullLogReconstruction git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1141304 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 ++ .../java/org/apache/hadoop/hbase/TestFullLogReconstruction.java | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index ffc843c031a..af5956fbb1a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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) diff --git a/src/test/java/org/apache/hadoop/hbase/TestFullLogReconstruction.java b/src/test/java/org/apache/hadoop/hbase/TestFullLogReconstruction.java index 33c3cc43be3..244f9814b34 100644 --- a/src/test/java/org/apache/hadoop/hbase/TestFullLogReconstruction.java +++ b/src/test/java/org/apache/hadoop/hbase/TestFullLogReconstruction.java @@ -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);