HDFS-3060. Bump TestDistributedUpgrade#testDistributedUpgrade timeout. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1298044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0aeed92a75
commit
0a2b413dff
|
@ -525,6 +525,8 @@ Release 0.23.3 - UNRELEASED
|
||||||
HDFS-1580. Add interface for generic Write Ahead Logging mechanisms.
|
HDFS-1580. Add interface for generic Write Ahead Logging mechanisms.
|
||||||
(Ivan Kelly via jitendra)
|
(Ivan Kelly via jitendra)
|
||||||
|
|
||||||
|
HDFS-3060. Bump TestDistributedUpgrade#testDistributedUpgrade timeout (eli)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HDFS-3024. Improve performance of stringification in addStoredBlock (todd)
|
HDFS-3024. Improve performance of stringification in addStoredBlock (todd)
|
||||||
|
|
|
@ -96,7 +96,7 @@ public class TestDistributedUpgrade {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
@Test(timeout=120000)
|
@Test(timeout=300000) // 5 min timeout
|
||||||
public void testDistributedUpgrade() throws Exception {
|
public void testDistributedUpgrade() throws Exception {
|
||||||
int numDirs = 1;
|
int numDirs = 1;
|
||||||
TestDFSUpgradeFromImage testImg = new TestDFSUpgradeFromImage();
|
TestDFSUpgradeFromImage testImg = new TestDFSUpgradeFromImage();
|
||||||
|
|
Loading…
Reference in New Issue