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 18:29:48 UTC

[GitHub] [beam] kennknowles opened a new issue, #18398: TextIOReadTest creates pipelines with non-unique application names

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

   The test `TextIOReadTest` uses a loop to create a few tests within a single test method. This results in a pipeline with non-unique applied transform nodes.
   
   Perhaps the best way to fix this is to use a JUnit `Paramaterized` test suite, or multiple. It does seem that the test is basically doing the full product of empty/tiny/large with various compression types.
   
   Imported from Jira [BEAM-2632](https://issues.apache.org/jira/browse/BEAM-2632). Original Jira may contain additional context.
   Reported by: kenn.


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