You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ja...@apache.org on 2018/05/18 01:37:51 UTC

[beam] 01/01: Merge pull request #5326: [BEAM-3827] Add Go integration tests

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

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

commit c1927cd339c57125e29a651e614fb5105abf6d33
Merge: 4b4381a 091da44
Author: jasonkuster <ja...@google.com>
AuthorDate: Thu May 17 18:37:47 2018 -0700

    Merge pull request #5326: [BEAM-3827] Add Go integration tests
    
    [BEAM-3827] Add Go integration tests

 .../windowed_wordcount/windowed_wordcount.go       |   2 +-
 sdks/go/pkg/beam/io/filesystem/memfs/memory.go     | 108 +++++++++++++++++++++
 .../go/pkg/beam/io/filesystem/memfs/memory_test.go |  74 ++++++++++++++
 sdks/go/pkg/beam/io/filesystem/util.go             |  45 +++++++++
 sdks/go/pkg/beam/options/jobopts/options.go        |   9 +-
 sdks/go/pkg/beam/runners/dataflow/dataflow.go      |  23 ++---
 .../beam/runners/universal/runnerlib/compile.go    |   8 +-
 .../beam/runners/universal/runnerlib/execute.go    |   9 +-
 sdks/go/pkg/beam/testing/passert/hash.go           |  69 +++++++++++++
 sdks/go/pkg/beam/util.go                           |   6 ++
 sdks/go/pkg/beam/x/hooks/perf/perf.go              |   2 +-
 sdks/go/test/integration/driver.go                 |  98 +++++++++++++++++++
 .../integration}/wordcount/wordcount.go            |  48 ++++++---
 .../test/integration/wordcount/wordcount_test.go   |  85 ++++++++++++++++
 14 files changed, 546 insertions(+), 40 deletions(-)


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