Wei-Chiu Chuang created HDFS-9742:
-------------------------------------
Summary: TestAclsEndToEnd#testGoodWithWhitelistWithoutBlacklist
occasionally fails in java8 trunk
Key: HDFS-9742
URL: https://issues.apache.org/jira/browse/HDFS-9742
Project: Hadoop HDFS
Issue Type: Bug
Reporter: Wei-Chiu Chuang
TestAclsEndToEnd#testGoodWithWhitelistWithoutBlacklist was added in HDFS-9295.
It sometimes fail in java8 trunk branch with the following log:
https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/838/testReport/junit/org.apache.hadoop.hdfs/TestAclsEndToEnd/testGoodWithWhitelistWithoutBlacklist/
Error Message
{noformat}
Exception during deletion of file /tmp/BLUEZONE/file1 by keyadmin
{noformat}
Stacktrace
{noformat}
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)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)