You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Rakesh Radhakrishnan (Jira)" <ji...@apache.org> on 2021/03/22 12:30:00 UTC

[jira] [Created] (HDDS-5012) [FSO] Fix intermittent TestOzoneFileSystemV1#testListStatusOnLargeDirectory failure

Rakesh Radhakrishnan created HDDS-5012:
------------------------------------------

             Summary: [FSO] Fix intermittent TestOzoneFileSystemV1#testListStatusOnLargeDirectory failure
                 Key: HDDS-5012
                 URL: https://issues.apache.org/jira/browse/HDDS-5012
             Project: Apache Ozone
          Issue Type: Sub-task
            Reporter: Rakesh Radhakrishnan
            Assignee: Rakesh Radhakrishnan


TestOzoneFileSystemV1.testListStatusOnLargeDirectory is failing intermittently.

{code}
Failures: 
Error:    TestOzoneFileSystemV1>TestOzoneFileSystem.testListStatusOnLargeDirectory:643 Total directories listed do not match the existing directories expected:<1536> but was:<1023>
{code}

Reference build: https://github.com/apache/ozone/pull/2008/checks?check_run_id=2154211711

{code}
Error:  Tests run: 140, Failures: 1, Errors: 0, Skipped: 4, Time elapsed: 527.683 s <<< FAILURE! - in org.apache.hadoop.fs.ozone.TestOzoneFileSystemV1
Error:  testListStatusOnLargeDirectory[1]  Time elapsed: 2.18 s  <<< FAILURE!
java.lang.AssertionError: Total directories listed do not match the existing directories expected:<1536> but was:<1023>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.apache.hadoop.fs.ozone.TestOzoneFileSystem.testListStatusOnLargeDirectory(TestOzoneFileSystem.java:643)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:288)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:282)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:748)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org