pabloem commented on pull request #12918: URL: https://github.com/apache/beam/pull/12918#issuecomment-698597511
An example of the broken test: https://ci-beam.apache.org/job/beam_PreCommit_Python_Commit/15374/testReport/junit/apache_beam.io.gcp.bigquery_tools_test/TestBigQueryWrapper/test_get_or_create_table_intermittent_exception/ looks like it's also a lint error: ``` 13:51:29 13:51:29 Running flake8... 13:51:30 /home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonLint_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/target/.tox-py37-lint/py37-lint/lib/python3.7/site-packages/pycodestyle.py:113: FutureWarning: Possible nested set at position 1 13:51:30 EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]') 13:51:35 apache_beam/utils/retry.py:167:10: F821 undefined name 'retry' 13:51:35 return retry.retry_on_server_errors_and_timeout_filter(exception) 13:51:35 ^ ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
