Description
TestAclsEndToEnd#testGoodWithWhitelistWithoutBlacklist was added in HDFS-9295. It sometimes fail in java8 trunk branch with the following log:
Error Message
Exception during deletion of file /tmp/BLUEZONE/file1 by keyadmin
Stacktrace
java.lang.AssertionError: Exception during deletion of file /tmp/BLUEZONE/file1 by keyadmin at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at org.apache.hadoop.hdfs.TestAclsEndToEnd.doFullAclTest(TestAclsEndToEnd.java:471) at org.apache.hadoop.hdfs.TestAclsEndToEnd.testGoodWithWhitelistWithoutBlacklist(TestAclsEndToEnd.java:368)