GitHub user tgroh opened a pull request:

    https://github.com/apache/beam/pull/2005

    [BEAM-1487] Suppress flaky harness tests

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable
           Travis-CI on your fork and ensure the whole test matrix passes).
     - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] If this contribution is large, please file an Apache
           [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.txt).
    
    ---


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tgroh/beam suppress_flaky_harness_tests

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/2005.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2005
    
----
commit e5aaa6e7c730cb9566e15277ff659e06ac89ba67
Author: Thomas Groh <tg...@google.com>
Date:   2017-02-09T19:37:33Z

    Return a Forwarding View in View Overrides
    
    This ensures that replacing an output will not fail to mark the
    overridden view as produced by the replacement transform.

commit d03b553e90559c59d12d3df092c255df8caf8fd8
Author: Thomas Groh <tg...@google.com>
Date:   2017-02-09T19:40:50Z

    Add Pipeline#replaceTransform
    
    This is the base method for Pipeline Surgery. It takes a
    PTransformMatcher and a PTransformOverrideFactory, and replaces all
    matching PTransforms with the result of the Override Factory.

commit 9597db4c678f64b9fe9d5dadb9454b6159c120da
Author: Thomas Groh <tg...@google.com>
Date:   2017-02-09T19:43:24Z

    Add ParDo Matchers to PTransformMatchers
    
    These match Splittable ParDos and ParDos that use State and Timers.

commit f59334858a7f0df9e645bac73637b6c7210338cf
Author: Thomas Groh <tg...@google.com>
Date:   2017-02-09T19:45:06Z

    Use Graph Surgery in the DirectRunner
    
    Remove DirectRunner#apply(). This migrates the DirectRunner to work on a
    runner-agnostic graph.

commit e8d9641807f473c6214e9a9bbb6a9280d898bd6c
Author: Thomas Groh <tg...@google.com>
Date:   2017-02-14T20:48:34Z

    Suppress two Flaky Harness Tests
    
    These tests are hanging forever in Jenkins

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to