You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Jimmy Xiang (JIRA)" <ji...@apache.org> on 2014/02/04 22:38:08 UTC

[jira] [Created] (HDFS-5882) TestAuditLogs is flaky

Jimmy Xiang created HDFS-5882:
---------------------------------

             Summary: TestAuditLogs is flaky
                 Key: HDFS-5882
                 URL: https://issues.apache.org/jira/browse/HDFS-5882
             Project: Hadoop HDFS
          Issue Type: Test
            Reporter: Jimmy Xiang
            Priority: Minor


TestAuditLogs fails sometimes:

{noformat}
Running org.apache.hadoop.hdfs.server.namenode.TestAuditLogs
Tests run: 14, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 37.913 sec <<< FAILURE! - in org.apache.hadoop.hdfs.server.namenode.TestAuditLogs
testAuditAllowedStat[1](org.apache.hadoop.hdfs.server.namenode.TestAuditLogs)  Time elapsed: 2.085 sec  <<< FAILURE!
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.junit.Assert.assertNotNull(Assert.java:537)
	at org.apache.hadoop.hdfs.server.namenode.TestAuditLogs.verifyAuditLogsRepeat(TestAuditLogs.java:312)
	at org.apache.hadoop.hdfs.server.namenode.TestAuditLogs.verifyAuditLogs(TestAuditLogs.java:295)
	at org.apache.hadoop.hdfs.server.namenode.TestAuditLogs.testAuditAllowedStat(TestAuditLogs.java:163)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)