KevinWikant commented on pull request #3920:
URL: https://github.com/apache/hadoop/pull/3920#issuecomment-1022472603
```
[ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
23.773 s <<< FAILURE! - in org.apache.hadoop.hdfs.TestDatanodeRegistration
[ERROR]
testForcedRegistration(org.apache.hadoop.hdfs.TestDatanodeRegistration) Time
elapsed: 11.562 s <<< FAILURE!
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertTrue(Assert.java:53)
at
org.apache.hadoop.hdfs.TestDatanodeRegistration.testForcedRegistration(TestDatanodeRegistration.java:385)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
```
Unclear if this is a flaky test:
https://issues.apache.org/jira/browse/HDFS-15646
Heres the failed assertion:
https://github.com/apache/hadoop/blob/03cfc852791c14fad39db4e5b14104a276c08e59/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDatanodeRegistration.java#L385
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]