YARN-6217. TestLocalCacheDirectoryManager test timeout is too aggressive. Contributed by Miklos Szegedi
This commit is contained in:
parent
92ea6d74ec
commit
4a8e304502
@ -33,7 +33,7 @@
|
||||
|
||||
public class TestLocalCacheDirectoryManager {
|
||||
|
||||
@Test(timeout = 10000)
|
||||
@Test
|
||||
public void testHierarchicalSubDirectoryCreation() {
|
||||
// setting per directory file limit to 1.
|
||||
YarnConfiguration conf = new YarnConfiguration();
|
||||
@ -73,7 +73,7 @@ public void testHierarchicalSubDirectoryCreation() {
|
||||
Assert.assertEquals(testPath2, hDir.getRelativePathForLocalization());
|
||||
}
|
||||
|
||||
@Test(timeout = 10000)
|
||||
@Test
|
||||
public void testMinimumPerDirectoryFileLimit() {
|
||||
YarnConfiguration conf = new YarnConfiguration();
|
||||
conf.set(YarnConfiguration.NM_LOCAL_CACHE_MAX_FILES_PER_DIRECTORY, "1");
|
||||
@ -98,7 +98,7 @@ public void testMinimumPerDirectoryFileLimit() {
|
||||
|
||||
}
|
||||
|
||||
@Test(timeout = 1000)
|
||||
@Test
|
||||
public void testDirectoryStateChangeFromFullToNonFull() {
|
||||
YarnConfiguration conf = new YarnConfiguration();
|
||||
conf.set(YarnConfiguration.NM_LOCAL_CACHE_MAX_FILES_PER_DIRECTORY, "40");
|
||||
|
Loading…
Reference in New Issue
Block a user