You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/07/29 20:55:32 UTC

[1/2] incubator-beam git commit: Fix typo in combiners test.

Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk c155ef0eb -> 5541c0305


Fix typo in combiners test.


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

Branch: refs/heads/python-sdk
Commit: 889f700d4568773743ef0cfe0ca0fd8d55e56c99
Parents: c155ef0
Author: Ahmet Altay <al...@google.com>
Authored: Fri Jul 29 13:45:57 2016 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Fri Jul 29 13:45:57 2016 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/transforms/combiners_test.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/889f700d/sdks/python/apache_beam/transforms/combiners_test.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/transforms/combiners_test.py b/sdks/python/apache_beam/transforms/combiners_test.py
index db3b85b..2858d0d 100644
--- a/sdks/python/apache_beam/transforms/combiners_test.py
+++ b/sdks/python/apache_beam/transforms/combiners_test.py
@@ -31,6 +31,10 @@ from apache_beam.transforms.util import assert_that, equal_to
 
 class CombineTest(unittest.TestCase):
 
+  def setUp(self):
+    # Sort more often for more rigorous testing on small data sets.
+    combine.TopCombineFn._MIN_BUFFER_OVERSIZE = 1
+
   def test_builtin_combines(self):
     pipeline = Pipeline('DirectPipelineRunner')
 
@@ -265,6 +269,4 @@ class CombineTest(unittest.TestCase):
 
 
 if __name__ == '__main__':
-  # Sort more often for more rigorous testing on small data sets.
-  combiners.TopCombineFn._MIN_BUFFER_OVERSIZE = 1
   unittest.main()


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

Posted by dh...@apache.org.
Closes #760


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

Branch: refs/heads/python-sdk
Commit: 5541c0305c4129741579fbbed54b3194f00e3cf6
Parents: c155ef0 889f700
Author: Dan Halperin <dh...@google.com>
Authored: Fri Jul 29 13:55:22 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Fri Jul 29 13:55:22 2016 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/transforms/combiners_test.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------