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 20:18:49 UTC

[GitHub] [beam] kennknowles opened a new issue, #18752: PipelineTranslationTest.testProtoAgainstRehydrated() over-validates translated proto structure

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

   PipelineTranslationTest.testProtoAgainstRehydrated() validates round-tripping of a Pipeline object to and form proto, verifying each of the rehydrated fields. From conversations with [~lcwik], the validation logic is over-specified. There is no requirement that equivalent objects are serialized using the same ID. So iterating to find the set of unique IDs and validating the count is incorrect.
   
   Imported from Jira [BEAM-4284](https://issues.apache.org/jira/browse/BEAM-4284). Original Jira may contain additional context.
   Reported by: swegner.


-- 
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