You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ka...@apache.org on 2020/08/24 13:07:16 UTC

[beam] branch master updated (4172ce2 -> 094d06c)

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

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


    from 4172ce2  Merge pull request #12653 from [BEAM-10758] Centralized Glob Translation Method
     add e164d17  [BEAM-10682] Add workflow to run Java tests on Linux/Windows/Mac
     add 094d06c  Merge pull request #12541: [BEAM-10682] Add workflow to run Java tests on Linux/Windows/Mac

No new revisions were added by this update.

Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md                   |   1 +
 .github/workflows/cancel.yml                       |  24 ++-
 .github/workflows/java_tests.yml                   | 162 +++++++++++++++++++++
 CI.md                                              |   9 ++
 README.md                                          |   1 +
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  18 ++-
 .../beam/sdk/io/DefaultFilenamePolicyTest.java     |   9 ++
 .../org/apache/beam/sdk/io/FileBasedSinkTest.java  |   8 +
 .../org/apache/beam/sdk/io/FileSystemsTest.java    |   3 +
 .../apache/beam/sdk/io/LocalFileSystemTest.java    |   5 +
 .../apache/beam/sdk/io/LocalResourceIdTest.java    |  15 ++
 .../org/apache/beam/sdk/io/TFRecordIOTest.java     |   4 +
 .../org/apache/beam/sdk/io/TextIOReadTest.java     |   4 +
 .../org/apache/beam/sdk/io/TextIOWriteTest.java    |   4 +
 .../sdk/options/PipelineOptionsFactoryTest.java    |   4 +
 .../sdk/options/ProxyInvocationHandlerTest.java    |   8 +
 .../beam/sdk/testing/FileChecksumMatcherTest.java  |   8 +
 .../util/FilePatternMatchingShardedFileTest.java   |   4 +
 .../beam/sdk/util/NumberedShardedFileTest.java     |   4 +
 19 files changed, 289 insertions(+), 6 deletions(-)
 create mode 100644 .github/workflows/java_tests.yml