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/05/04 20:25:09 UTC

[1/2] beam git commit: Cleanup old cython files before testing again

Repository: beam
Updated Branches:
  refs/heads/master 1b363ae9f -> e2aa8892e


Cleanup old cython files before testing again


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

Branch: refs/heads/master
Commit: 7f19e7a0653e6e7f0d53ab537bc4b00f0ab486c0
Parents: 1b363ae
Author: Sourabh Bajaj <so...@google.com>
Authored: Thu May 4 12:01:53 2017 -0700
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Thu May 4 13:24:57 2017 -0700

----------------------------------------------------------------------
 sdks/python/tox.ini | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/7f19e7a0/sdks/python/tox.ini
----------------------------------------------------------------------
diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index 9c40eb5..2592b17 100644
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@ -48,6 +48,11 @@ deps =
 whitelist_externals=find
 commands =
   python --version
+  # Clean up all previous cython generated files.
+  - find apache_beam -type f -name '*.c' -delete
+  - find apache_beam -type f -name '*.so' -delete
+  - find target/build -type f -name '*.c' -delete
+  - find target/build -type f -name '*.so' -delete
   pip install -e .[test]
   python apache_beam/examples/complete/autocomplete_test.py
   python setup.py test


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

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


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

Branch: refs/heads/master
Commit: e2aa8892e505e66d0c87fc3037dc3bc05ee92ec3
Parents: 1b363ae 7f19e7a
Author: Robert Bradshaw <ro...@gmail.com>
Authored: Thu May 4 13:24:58 2017 -0700
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Thu May 4 13:24:58 2017 -0700

----------------------------------------------------------------------
 sdks/python/tox.ini | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------