This is an automated email from the ASF dual-hosted git repository.
heejong pushed a commit to branch release-2.30.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.30.0 by this push:
new 2d94671 [BEAM-12352] Skip
GcsIOIntegrationTest.test_copy{,_batch}_rewrite_token tests
new 643b985 Merge pull request #14865 from
ihji/cherrypick_fix_python_postcommit
2d94671 is described below
commit 2d946714580a520feb813f2a355559096c1ad8f7
Author: Udi Meiri <[email protected]>
AuthorDate: Thu May 20 13:04:44 2021 -0700
[BEAM-12352] Skip GcsIOIntegrationTest.test_copy{,_batch}_rewrite_token
tests
These rely on a GCS feature that is not currently working.
---
sdks/python/apache_beam/io/gcp/gcsio_integration_test.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sdks/python/apache_beam/io/gcp/gcsio_integration_test.py
b/sdks/python/apache_beam/io/gcp/gcsio_integration_test.py
index d4a812b..5aedb6c 100644
--- a/sdks/python/apache_beam/io/gcp/gcsio_integration_test.py
+++ b/sdks/python/apache_beam/io/gcp/gcsio_integration_test.py
@@ -122,6 +122,7 @@ class GcsIOIntegrationTest(unittest.TestCase):
self._test_copy("test_copy_kms", self.kms_key_name)
@attr('IT')
+ @unittest.skip('BEAM-12352: enable once maxBytesRewrittenPerCall works
again')
def test_copy_rewrite_token(self):
# Tests a multi-part copy (rewrite) operation. This is triggered by a
# combination of 3 conditions:
@@ -175,6 +176,7 @@ class GcsIOIntegrationTest(unittest.TestCase):
self._test_copy_batch("test_copy_batch_kms", self.kms_key_name)
@attr('IT')
+ @unittest.skip('BEAM-12352: enable once maxBytesRewrittenPerCall works
again')
def test_copy_batch_rewrite_token(self):
# Tests a multi-part copy (rewrite) operation. This is triggered by a
# combination of 3 conditions: