You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/29 00:13:00 UTC

[jira] [Commented] (BEAM-2816) Create SplittableDoFnTester

    [ https://issues.apache.org/jira/browse/BEAM-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16144576#comment-16144576 ] 

ASF GitHub Bot commented on BEAM-2816:
--------------------------------------

GitHub user jkff opened a pull request:

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

    [BEAM-2816] Introduces SplittableDoFnTester

    Not ready for review yet, though the approach is likely to remain the same. Will try to use this to test `Watch`.

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

    $ git pull https://github.com/jkff/incubator-beam sdf-testing

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

    https://github.com/apache/beam/pull/3778.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 #3778
    
----
commit 6df3ddad532463a03dc63e8ba7198e084dede6fe
Author: Eugene Kirpichov <ki...@google.com>
Date:   2017-08-29T00:08:52Z

    [BEAM-2816] Introduces SplittableDoFnTester

----


> Create SplittableDoFnTester
> ---------------------------
>
>                 Key: BEAM-2816
>                 URL: https://issues.apache.org/jira/browse/BEAM-2816
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>            Reporter: Eugene Kirpichov
>            Assignee: Eugene Kirpichov
>
> Should have something like SourceTestUtils but for Splittable DoFn.
> Note: SourceTestUtils is focused only on bounded sources, but with SDF we can not assume boundedness.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)