[
https://issues.apache.org/jira/browse/BEAM-795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15596107#comment-15596107
]
ASF GitHub Bot commented on BEAM-795:
-------------------------------------
GitHub user swegner opened a pull request:
https://github.com/apache/incubator-beam/pull/1155
[BEAM-795] Use DisplayData delegate in Dataflow Read transform override
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).
---
This addresses the failing Dataflow RunnableOnService tests:
https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GoogleCloudDataflow/
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/swegner/incubator-beam runnable-on-service
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/1155.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 #1155
----
commit 4869ef19fa70769831dacc2ac332ec0a11b3f9d8
Author: Scott Wegner <[email protected]>
Date: 2016-10-21T18:41:41Z
Use DisplayData delegate in Dataflow Read transform override
----
> org.apache.beam.sdk.io.ReadTest.testStreamingPrimitiveDisplayData failing in
> Dataflow RunnableOnService
> -------------------------------------------------------------------------------------------------------
>
> Key: BEAM-795
> URL: https://issues.apache.org/jira/browse/BEAM-795
> Project: Beam
> Issue Type: Bug
> Reporter: Jason Kuster
> Assignee: Scott Wegner
> Priority: Critical
>
> Test is failing in beam_PostCommit_RunnableOnService_GoogleCloudDataflow
> since yesterday. Culprit change seems to be
> https://github.com/apache/incubator-beam/commit/ad03d07ae783f054a31e8b2e14100afff8cdf747
> Affected Jenkins runs:
> https://builds.apache.org/job/beam_PostCommit_RunnableOnService_GoogleCloudDataflow/
> 1381 - 1386, 1388 as of bug creation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)