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 2016/12/09 19:28:21 UTC

[1/2] incubator-beam git commit: Closes #1551

Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk 44c1586f3 -> 8eae855d6


Closes #1551


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

Branch: refs/heads/python-sdk
Commit: 8eae855d608abb140c0e3ece3927765575b81cbb
Parents: 44c1586 2dee686
Author: Robert Bradshaw <ro...@gmail.com>
Authored: Fri Dec 9 11:28:02 2016 -0800
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Fri Dec 9 11:28:02 2016 -0800

----------------------------------------------------------------------
 sdks/python/run_postcommit.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------



[2/2] incubator-beam git commit: [BEAM-1109] Fix Python Postcommit Test Timeout

Posted by ro...@apache.org.
[BEAM-1109] Fix Python Postcommit Test Timeout


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

Branch: refs/heads/python-sdk
Commit: 2dee68683ad6d18161d22cd71f8d90768d7fcb30
Parents: 44c1586
Author: Mark Liu <ma...@markliu-macbookpro.roam.corp.google.com>
Authored: Thu Dec 8 00:06:06 2016 -0800
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Fri Dec 9 11:28:02 2016 -0800

----------------------------------------------------------------------
 sdks/python/run_postcommit.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/2dee6868/sdks/python/run_postcommit.sh
----------------------------------------------------------------------
diff --git a/sdks/python/run_postcommit.sh b/sdks/python/run_postcommit.sh
index 4da078f..2e00a03 100755
--- a/sdks/python/run_postcommit.sh
+++ b/sdks/python/run_postcommit.sh
@@ -71,11 +71,8 @@ python setup.py sdist
 SDK_LOCATION=$(find dist/apache-beam-sdk-*.tar.gz)
 
 # Run ValidatesRunner tests on Google Cloud Dataflow service
-# processes       -> number of processes to run tests in parallel
-# process-timeout -> test timeout in seconds
 python setup.py nosetests \
-  -a ValidatesRunner --processes=4 --process-timeout=360 \
-  --test-pipeline-options=" \
+  -a ValidatesRunner --test-pipeline-options=" \
     --runner=BlockingDataflowPipelineRunner \
     --project=$PROJECT \
     --staging_location=$GCS_LOCATION/staging-validatesrunner-test \