apache/beam

TextIOReadTest creates pipelines with non-unique application names

Aperta

#18.398 aperta il 3 giu 2022

 (1 commento) (0 reazioni) (0 assegnatari)Java (4097 fork)batch import
P4bugcoregood first issuejava

Metriche repository

Star
 (7313 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor