apache/beam

TextIOReadTest creates pipelines with non-unique application names

開放

#18,398 建立於 2022年6月3日

 (1 則留言) (0 個反應) (0 位負責人)Java (4,097 個分叉)batch import
P4bugcoregood first issuejava

倉庫指標

星標
 (7,313 顆星)
PR 合併指標
 (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.

貢獻者指南