Scott Wegner created BEAM-4284:
----------------------------------
Summary: PipelineTranslationTest.testProtoAgainstRehydrated()
over-validates translated proto structure
Key: BEAM-4284
URL: https://issues.apache.org/jira/browse/BEAM-4284
Project: Beam
Issue Type: Bug
Components: runner-core
Reporter: Scott Wegner
Assignee: Kenneth Knowles
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)