Skip to content

Commit

Permalink
HDFS-17278. Fix order dependent flakiness in TestViewfsWithNfs3.java …
Browse files Browse the repository at this point in the history
…under hadoop-hdfs-nfs module (#6329). Contributed by Ruby.

Reviewed-by: Xing Lin <[email protected]>
Signed-off-by: Ayush Saxena <[email protected]>
  • Loading branch information
yijut2 authored Dec 12, 2023
1 parent e91daae commit 81de229
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,15 @@
import org.apache.hadoop.hdfs.DFSClient;
import org.apache.hadoop.hdfs.nfs.conf.NfsConfiguration;
import org.apache.hadoop.security.UserGroupInformation;
import org.junit.After;
import org.junit.Test;

public class TestDFSClientCache {
@After
public void cleanup() {
UserGroupInformation.reset();
}

@Test
public void testEviction() throws IOException {
NfsConfiguration conf = new NfsConfiguration();
Expand Down

0 comments on commit 81de229

Please sign in to comment.