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 e85c44657c4d1368e1195132bb32a815cb12934c) (cherry picked from commit 7068e18842117f33b5caceee244e8b27618c121a)
This commit is contained in:
parent
6b10154123
commit
b98a8d259b
@ -146,6 +146,7 @@ public static void destroy() throws Exception {
|
||||
}
|
||||
FileUtil.fullyDelete(baseDir);
|
||||
KeyStoreTestUtil.cleanupSSLConfig(keystoresDir, sslConfDir);
|
||||
UserGroupInformation.reset();
|
||||
}
|
||||
|
||||
@Before
|
||||
|
Loading…
x
Reference in New Issue
Block a user