You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Stas Levin (JIRA)" <ji...@apache.org> on 2016/12/20 18:42:58 UTC

[jira] [Created] (BEAM-1186) Migrate the remaining tests to use TestPipeline as a JUnit rule.

Stas Levin created BEAM-1186:
--------------------------------

             Summary: Migrate the remaining tests to use TestPipeline as a JUnit rule.
                 Key: BEAM-1186
                 URL: https://issues.apache.org/jira/browse/BEAM-1186
             Project: Beam
          Issue Type: Improvement
          Components: sdk-java-core
            Reporter: Stas Levin
            Assignee: Stas Levin
            Priority: Minor


Following up on [BEAM-1176|https://issues.apache.org/jira/browse/BEAM-1176], the following tests still have direct calls to {{TestPipeline.create()}}:
* {{AvroIOGeneratedClassTest#runTestRead}}
* {{ApproximateUniqueTest#runApproximateUniqueWithDuplicates}}
* {{ApproximateUniqueTest#runApproximateUniqueWithSkewedDistributions}}
* {{SampleTest#runPickAnyTest}}
* {{BigtableIOTest#runReadTest}}

Consider using [parametrised tests|https://github.com/Pragmatists/junitparams] as suggested by [~lcwik].



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)