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:19 UTC

[beam] branch master updated (2105c25 -> 67f6cf2)

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

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


    from 2105c25  Merge pull request #5439: Fixes MetricsTest
     add e051544  [BEAM-4375] Replaces usage of JUnit runners that do not work well with Gradle
     new 67f6cf2  Merge pull request #5440: [BEAM-4375] Replaces usage of JUnit runners that do not work well with Gradle

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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(-)
 delete mode 100644 sdks/java/core/src/test/java/org/apache/beam/sdk/io/TextIOTest.java
 delete mode 100644 sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOTest.java

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

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

Posted by jk...@apache.org.
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.