[ 
https://issues.apache.org/jira/browse/HADOOP-17640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17323883#comment-17323883
 ] 

Steve Loughran commented on HADOOP-17640:
-----------------------------------------

{code}
[ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.765 s 
<<< FAILURE! - in 
org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemFileStatus
[ERROR] 
testLastModifiedTime(org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemFileStatus)
  Time elapsed: 0.394 s  <<< FAILURE!
java.lang.AssertionError: lastModifiedTime should be before createEndTime
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at 
org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemFileStatus.testLastModifiedTime(ITestAzureBlobFileSystemFileStatus.java:140)
        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.RunBefores.evaluate(RunBefores.java:26)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
        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}

> ABFS: transient failure of 
> TestAzureBlobFileSystemFileStatus.testLastModifiedTime
> ---------------------------------------------------------------------------------
>
>                 Key: HADOOP-17640
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17640
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure, test
>    Affects Versions: 3.3.1
>            Reporter: Steve Loughran
>            Priority: Minor
>
> saw a transient failure of 
> TestAzureBlobFileSystemFileStatus.testLastModifiedTime during a parallel 
> (threads=8) test run against UK-west
> {code}
> java.lang.AssertionError: lastModifiedTime should be before createEndTime
> {code}
> assumption: the times are in fact equal, though the fact the assert doesn't 
> include the values makes this hard to guarantee



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to