You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2017/11/08 20:59:25 UTC

[1/2] beam git commit: [BEAM-3040] Disable flaky subprocess variant of ULR test.

Repository: beam
Updated Branches:
  refs/heads/master 598774738 -> 29399fde8


[BEAM-3040] Disable flaky subprocess variant of ULR test.


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

Branch: refs/heads/master
Commit: 30740a53588194459e23e7b8ddc69a3ab506e2cb
Parents: 5987747
Author: Robert Bradshaw <ro...@gmail.com>
Authored: Wed Nov 8 11:00:33 2017 -0800
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Wed Nov 8 11:00:33 2017 -0800

----------------------------------------------------------------------
 .../apache_beam/runners/portability/universal_local_runner_test.py  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/30740a53/sdks/python/apache_beam/runners/portability/universal_local_runner_test.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/runners/portability/universal_local_runner_test.py b/sdks/python/apache_beam/runners/portability/universal_local_runner_test.py
index 4c8cedc..e1104dc 100644
--- a/sdks/python/apache_beam/runners/portability/universal_local_runner_test.py
+++ b/sdks/python/apache_beam/runners/portability/universal_local_runner_test.py
@@ -75,6 +75,7 @@ class UniversalLocalRunnerTestWithGrpc(UniversalLocalRunnerTest):
   _use_grpc = True
 
 
+@unittest.skip("BEAM-3040")
 class UniversalLocalRunnerTestWithSubprocesses(UniversalLocalRunnerTest):
   _use_grpc = True
   _use_subprocesses = True


[2/2] beam git commit: Closes #4099

Posted by ro...@apache.org.
Closes #4099


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

Branch: refs/heads/master
Commit: 29399fde81f6d12af018d1bab26c59441a899789
Parents: 5987747 30740a5
Author: Robert Bradshaw <ro...@gmail.com>
Authored: Wed Nov 8 12:59:12 2017 -0800
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Wed Nov 8 12:59:12 2017 -0800

----------------------------------------------------------------------
 .../apache_beam/runners/portability/universal_local_runner_test.py  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------