You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jk...@apache.org on 2018/05/22 03:55:20 UTC

[beam] 01/01: Merge pull request #5440: [BEAM-4375] Replaces usage of JUnit runners that do not work well with Gradle

This is an automated email from the ASF dual-hosted git repository.

jkff pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 67f6cf2c7786e339758854efb1cf1230909e4f1d
Merge: 2105c25 e051544
Author: Eugene Kirpichov <ek...@gmail.com>
AuthorDate: Mon May 21 20:55:14 2018 -0700

    Merge pull request #5440: [BEAM-4375] Replaces usage of JUnit runners that do not work well with Gradle
    
    [BEAM-4375] Replaces usage of JUnit runners that do not work well with Gradle

 .../translation/utils/ApexStateInternalsTest.java  |   6 -
 .../core/construction/CoderTranslationTest.java    |   2 -
 .../core/construction/CombineTranslationTest.java  |   2 -
 .../CreatePCollectionViewTranslationTest.java      | 160 ++++++++++-----------
 .../core/construction/ParDoTranslationTest.java    |   6 -
 .../PipelineOptionsTranslationTest.java            |   2 -
 .../construction/TestStreamTranslationTest.java    | 118 +++++++--------
 .../construction/WriteFilesTranslationTest.java    | 109 +++++++-------
 .../runners/core/InMemoryStateInternalsTest.java   |   6 -
 .../runners/core/metrics/MetricsPusherTest.java    |   3 +
 runners/direct-java/build.gradle                   |  17 ++-
 .../streaming/FlinkKeyGroupStateInternalsTest.java |   6 -
 .../streaming/UnboundedSourceWrapperTest.java      |   4 +-
 .../runners/dataflow/util/CloudObjectsTest.java    |   2 -
 .../org/apache/beam/sdk/io/TextIOReadTest.java     |   2 -
 .../java/org/apache/beam/sdk/io/TextIOTest.java    |  31 ----
 .../org/apache/beam/sdk/io/TextIOWriteTest.java    |   3 +
 .../org/apache/beam/sdk/metrics/MetricsTest.java   |   2 -
 .../apache/beam/sdk/testing/TestPipelineTest.java  |   8 --
 .../sdk/transforms/ApproximateQuantilesTest.java   |   2 -
 .../beam/sdk/transforms/ApproximateUniqueTest.java |   8 --
 .../apache/beam/sdk/transforms/CombineTest.java    |   2 -
 .../apache/beam/sdk/transforms/GroupByKeyTest.java |   2 -
 .../org/apache/beam/sdk/transforms/ParDoTest.java  |   3 -
 .../org/apache/beam/sdk/transforms/SampleTest.java |   6 -
 .../sdk/extensions/gcp/options/GcpOptionsTest.java |   2 -
 .../apache/beam/sdk/fn/stream/DataStreamsTest.java |   2 -
 .../harness/state/StateFetchingIteratorsTest.java  |   2 -
 .../beam/sdk/io/gcp/bigquery/BigQueryIOTest.java   |  33 -----
 29 files changed, 197 insertions(+), 354 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jkff@apache.org.