You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/02/25 16:26:00 UTC

[GitHub] [hadoop] aajisaka commented on pull request #3990: [HADOOP-13386] upgrade to avro 1.9.2

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: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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