apache/beam

TextIOReadTest creates pipelines with non-unique application names

Open

#18.398 aberto em 3 de jun. de 2022

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Java (4.097 forks)batch import
P4bugcoregood first issuejava

Métricas do repositório

Stars
 (7.313 stars)
Métricas de merge de PR
 (Mesclagem média 6d) (243 fundiu PRs em 30d)

Description

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.

Guia do colaborador