[
https://issues.apache.org/jira/browse/BEAM-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080633#comment-16080633
]
Ben Chambers commented on BEAM-2577:
------------------------------------
I looked for other places in the codebase that did this testing to base things
on and couldn't find any. I suspect one of the larger difficulties here is that
there isn't a uniform API for providing values when running a pipeline, which
makes it hard to write this test.
> IO tests should exercise Runtime Values where supported
> -------------------------------------------------------
>
> Key: BEAM-2577
> URL: https://issues.apache.org/jira/browse/BEAM-2577
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-extensions, testing
> Reporter: Ben Chambers
> Assignee: Davor Bonaci
>
> The only tests I have found for `ValueProvider<?>` parameterized methods is
> that they are not evaluated during pipeline construction time. This is
> missing out on several important pieces:
> 1.
> https://stackoverflow.com/questions/44967898/notify-when-textio-is-done-writing-a-file
> seems to be a problem with an AvroIO write using a RuntimeValueProvider
> being non-serializable (current theory is because of an anonymous inner class
> capturing the enclosing AvroIO.Write instance which has non-serializable
> fields).
> 2. Testing that the code paths that actually read the file do so correctly
> when parameterized.
> We should update the developer documentation to describe what the
> requirements are for a parameterized IO and provide guidance on what tests
> are needed and how to write them.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)