HADOOP-14230. TestAdlFileSystemContractLive fails to clean up. Contributed by John Zhuge.
(cherry picked from commit d1b7439b48caa18d64a94be1ad5e4927ce573ab8)
This commit is contained in:
parent
5130128a31
commit
d370d8ddb8
@ -45,9 +45,8 @@ protected void setUp() throws Exception {
|
||||
protected void tearDown() throws Exception {
|
||||
if (AdlStorageConfiguration.isContractTestEnabled()) {
|
||||
cleanup();
|
||||
adlStore = null;
|
||||
fs = null;
|
||||
}
|
||||
super.tearDown();
|
||||
}
|
||||
|
||||
private void cleanup() throws IOException {
|
||||
|
Loading…
x
Reference in New Issue
Block a user