Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
This issue will be fixed by fixing #9233
Description
https://github.com/apache/ozone/actions/runs/5996999927
Error: Tests run: 176, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 261.217 s <<< FAILURE! - in org.apache.hadoop.fs.ozone.TestOzoneFileSystem
Error: TestOzoneFileSystem.testRenameFileToDir Time elapsed: 0.047 s <<< FAILURE!
java.lang.AssertionError: Delete root failed! expected:<0> but was:<1>
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.deleteRootDir(TestOzoneFileSystem.java:807)
at org.apache.hadoop.fs.ozone.TestOzoneFileSystem.cleanup(TestOzoneFileSystem.java:230)
at sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
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.RunAfters.invokeMethod(RunAfters.java:46)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
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:750)
Attachments
Issue Links
- duplicates
-
HDDS-9233 listStatus() does not correctly iterate cache
- Resolved