Skip to content

Commit

Permalink
HDFS-16154. TestMiniJournalCluster failing intermittently because of …
Browse files Browse the repository at this point in the history
…not reseting UserGroupInformation completely (#3270)

Co-authored-by: wangzhaohui8 <[email protected]>
Reviewed-by: Viraj Jasani <[email protected]>
  • Loading branch information
wzhallright and wangzhaohui8 authored Aug 6, 2021
1 parent 5e54d92 commit e85c446
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public static void destroy() throws Exception {
}
FileUtil.fullyDelete(baseDir);
KeyStoreTestUtil.cleanupSSLConfig(keystoresDir, sslConfDir);
UserGroupInformation.reset();
}

@Before
Expand Down

0 comments on commit e85c446

Please sign in to comment.