HDFS-16996. Fix flaky testFsCloseAfterClusterShutdown in TestFileCreation (#5697). Contributed by Nishtha Shah.

Reviewed-by: Inigo Goiri <inigoiri@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
NishthaShah 2023-06-01 08:23:48 +05:30 committed by GitHub
parent d92a5815f4
commit f8b7ddf69c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,7 @@
import org.apache.hadoop.util.Time;
import org.junit.Assert;
import org.junit.Test;
import org.mockito.Mockito;
import org.slf4j.event.Level;
/**
@ -285,6 +286,7 @@ public void testServerDefaultsWithMinimalCaching() throws Exception {
}, 1, 6000);
} finally {
Mockito.reset(spyNamesystem);
cluster.shutdown();
}
}