You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bc...@apache.org on 2016/05/25 20:18:36 UTC

[1/2] incubator-beam git commit: Mark test PipelineOptions interface public

Repository: incubator-beam
Updated Branches:
  refs/heads/master 78c8c528e -> a3fc40aa3


Mark test PipelineOptions interface public


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7abedfae
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/7abedfae
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/7abedfae

Branch: refs/heads/master
Commit: 7abedfae13319c8e85bfc6a7f3fef4c7edeae9dd
Parents: 78c8c52
Author: Scott Wegner <sw...@google.com>
Authored: Wed May 25 11:40:45 2016 -0700
Committer: Scott Wegner <sw...@google.com>
Committed: Wed May 25 11:40:45 2016 -0700

----------------------------------------------------------------------
 .../apache/beam/runners/direct/InProcessPipelineRunnerTest.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/7abedfae/runners/direct-java/src/test/java/org/apache/beam/runners/direct/InProcessPipelineRunnerTest.java
----------------------------------------------------------------------
diff --git a/runners/direct-java/src/test/java/org/apache/beam/runners/direct/InProcessPipelineRunnerTest.java b/runners/direct-java/src/test/java/org/apache/beam/runners/direct/InProcessPipelineRunnerTest.java
index e403019..5a92ce3 100644
--- a/runners/direct-java/src/test/java/org/apache/beam/runners/direct/InProcessPipelineRunnerTest.java
+++ b/runners/direct-java/src/test/java/org/apache/beam/runners/direct/InProcessPipelineRunnerTest.java
@@ -125,7 +125,8 @@ public class InProcessPipelineRunnerTest implements Serializable {
     p.run();
   }
 
-  interface ObjectPipelineOptions extends PipelineOptions {
+  /** {@link PipelineOptions} to inject bad object implementations. */
+  public interface ObjectPipelineOptions extends PipelineOptions {
     Object getValue();
     void setValue(Object value);
   }


[2/2] incubator-beam git commit: This closes #390

Posted by bc...@apache.org.
This closes #390


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/a3fc40aa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/a3fc40aa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/a3fc40aa

Branch: refs/heads/master
Commit: a3fc40aa368de8bf5a775096abf0d392208f7061
Parents: 78c8c52 7abedfa
Author: bchambers <bc...@google.com>
Authored: Wed May 25 12:47:51 2016 -0700
Committer: bchambers <bc...@google.com>
Committed: Wed May 25 12:47:51 2016 -0700

----------------------------------------------------------------------
 .../apache/beam/runners/direct/InProcessPipelineRunnerTest.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------