This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new e28fdba  [BEAM-11045] Updated screen diff goldens
     new 1293acb  Merge pull request #13943 from [BEAM-11045] Updated screen 
diff goldens
e28fdba is described below

commit e28fdba395bf1b654926eab6b89c9b333f7bbd0a
Author: KevinGG <[email protected]>
AuthorDate: Tue Feb 9 14:40:01 2021 -0800

    [BEAM-11045] Updated screen diff goldens
    
    1. Updated the test to take a bigger screenshot.
    2. Updated goldens.
---
 .../Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png    | Bin 731926 -> 748019 bytes
 .../Linux/7a35f487b2a5f3a9b9852a8659eeb4bd.png     | Bin 704323 -> 728121 bytes
 .../integration/tests/init_square_cube_test.py     |   2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png
 
b/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png
index 2df01b5..08de5a4 100644
Binary files 
a/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png
 and 
b/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png
 differ
diff --git 
a/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Linux/7a35f487b2a5f3a9b9852a8659eeb4bd.png
 
b/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Linux/7a35f487b2a5f3a9b9852a8659eeb4bd.png
index 071fddb..aa98c62 100644
Binary files 
a/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Linux/7a35f487b2a5f3a9b9852a8659eeb4bd.png
 and 
b/sdks/python/apache_beam/runners/interactive/testing/integration/goldens/Linux/7a35f487b2a5f3a9b9852a8659eeb4bd.png
 differ
diff --git 
a/sdks/python/apache_beam/runners/interactive/testing/integration/tests/init_square_cube_test.py
 
b/sdks/python/apache_beam/runners/interactive/testing/integration/tests/init_square_cube_test.py
index 9853dd3..95d94f4 100644
--- 
a/sdks/python/apache_beam/runners/interactive/testing/integration/tests/init_square_cube_test.py
+++ 
b/sdks/python/apache_beam/runners/interactive/testing/integration/tests/init_square_cube_test.py
@@ -27,7 +27,7 @@ from 
apache_beam.runners.interactive.testing.integration.screen_diff import Base
 
 class InitSquareCubeTest(BaseTestCase):
   def __init__(self, *args, **kwargs):
-    kwargs['golden_size'] = (1024, 7000)
+    kwargs['golden_size'] = (1024, 10000)
     super(InitSquareCubeTest, self).__init__(*args, **kwargs)
 
   def test_init_square_cube_notebook(self):

Reply via email to