apache/beam

TextIOReadTest creates pipelines with non-unique application names

Open

#18,398 创建于 2022年6月3日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Java (4,097 fork)batch import
P4bugcoregood first issuejava

仓库指标

Star
 (7,313 star)
PR 合并指标
 (平均合并 6天) (30 天内合并 243 个 PR)

描述

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. Original Jira may contain additional context. Reported by: kenn.

贡献者指南