You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 21:23:26 UTC

[GitHub] [beam] kennknowles opened a new issue, #18969: XmlIOIT fails on Spark and Flink

kennknowles opened a new issue, #18969:
URL: https://github.com/apache/beam/issues/18969

   When run on Spark or Flink remote cluster, XmlIOIT fails with the following stacktrace:
   
    
   ```
   
   org.apache.beam.sdk.io.xml.XmlIOIT > writeThenReadAll FAILED
   java.lang.AssertionError: Calculate hashcode/Flatten.PCollections.out:
   Expected:
   "7f51adaf701441ee83459a3f705c1b86"
   but: was "f45a386eeab2ea5c4a66c6aae07c88ae"
   at org.apache.beam.sdk.testing.PAssert$PAssertionSite.capture(PAssert.java:168)
   at
   org.apache.beam.sdk.testing.PAssert.thatSingleton(PAssert.java:413)
   at org.apache.beam.sdk.testing.PAssert.thatSingleton(PAssert.java:404)
   at
   org.apache.beam.sdk.io.xml.XmlIOIT.writeThenReadAll(XmlIOIT.java:140)
   
   Caused by:
   java.lang.AssertionError:
   Expected:
   "7f51adaf701441ee83459a3f705c1b86"
   but: was "f45a386eeab2ea5c4a66c6aae07c88ae"
   ```
   
   
   Imported from Jira [BEAM-5165](https://issues.apache.org/jira/browse/BEAM-5165). Original Jira may contain additional context.
   Reported by: ŁukaszG.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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