HDFS-16154. TestMiniJournalCluster failing intermittently because of not reseting UserGroupInformation completely (#3270)

Co-authored-by: wangzhaohui8 <wangzhaohui8@jd.com>
Reviewed-by: Viraj Jasani <vjasani@apache.org>
(cherry picked from commit e85c44657c)
(cherry picked from commit 7068e18842)
This commit is contained in:
wangzhaohui 2021-08-06 18:23:00 +08:00 committed by Wei-Chiu Chuang
parent 6b10154123
commit b98a8d259b
No known key found for this signature in database
GPG Key ID: B362E1C021854B9D
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ public class TestSecureNNWithQJM {
}
FileUtil.fullyDelete(baseDir);
KeyStoreTestUtil.cleanupSSLConfig(keystoresDir, sslConfDir);
UserGroupInformation.reset();
}
@Before