aajisaka commented on pull request #3990:
URL: https://github.com/apache/hadoop/pull/3990#issuecomment-1051000513
TestEnumSetWritable failure looks related. @pjfanning would you check this?
```
[INFO] Running org.apache.hadoop.io.TestEnumSetWritable
[ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
0.172 s <<< FAILURE! - in org.apache.hadoop.io.TestEnumSetWritable
[ERROR] testAvroReflect(org.apache.hadoop.io.TestEnumSetWritable) Time
elapsed: 0.134 s <<< FAILURE!
java.lang.AssertionError:
expected:<{"type":"array","items":{"type":"enum","name":"TestEnumSet","namespace":"org.apache.hadoop.io.TestEnumSetWritable$","symbols":["CREATE","OVERWRITE","APPEND"]},"java-class":"org.apache.hadoop.io.EnumSetWritable"}>
but
was:<{"type":"array","items":{"type":"enum","name":"TestEnumSet","namespace":"org.apache.hadoop.io.TestEnumSetWritable","symbols":["CREATE","OVERWRITE","APPEND"]},"java-class":"org.apache.hadoop.io.EnumSetWritable"}>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:120)
at org.junit.Assert.assertEquals(Assert.java:146)
at org.apache.hadoop.io.AvroTestUtil.testReflect(AvroTestUtil.java:44)
at
org.apache.hadoop.io.TestEnumSetWritable.testAvroReflect(TestEnumSetWritable.java:127)
```
--
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]