Brian Hulette created BEAM-12307:
------------------------------------
Summary: PubSubBigQueryIT.test_file_loads flake
Key: BEAM-12307
URL: https://issues.apache.org/jira/browse/BEAM-12307
Project: Beam
Issue Type: Bug
Components: io-py-gcp, test-failures
Reporter: Brian Hulette
Fails in Python PostCommits, saw this here:
https://ci-beam.apache.org/job/beam_PostCommit_Python37/377
{code}
404 Not found: Table
apache-beam-testing:python_pubsub_bq_16202383013388.output_table was not found
in location US
(job ID: 343b0a81-7ccb-4c80-ae66-57f070b0b2d1)
-----Query Job SQL Follows-----
| . | . | . | . | . | . |
1:SELECT number FROM python_pubsub_bq_16202383013388.output_table
| . | . | . | . | . | . |
-------------------- >> begin captured logging << --------------------
google.auth._default: DEBUG: Checking None for explicit credentials as part of
auth process...
google.auth._default: DEBUG: Checking Cloud SDK credentials as part of auth
process...
google.auth._default: DEBUG: Cloud SDK credentials not found on disk; not using
them
google.auth._default: DEBUG: Checking for App Engine runtime as part of auth
process...
google.auth._default: DEBUG: No App Engine library was found so cannot
authentication via App Engine Identity Credentials.
google.auth.transport._http_client: DEBUG: Making request: GET
http://169.254.169.254
google.auth.transport._http_client: DEBUG: Making request: GET
http://metadata.google.internal/computeMetadata/v1/project/project-id
google.auth.transport.requests: DEBUG: Making request: GET
http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/?recursive=true
urllib3.connectionpool: DEBUG: Starting new HTTP connection (1):
metadata.google.internal:80
urllib3.connectionpool: DEBUG: http://metadata.google.internal:80 "GET
/computeMetadata/v1/instance/service-accounts/default/?recursive=true HTTP/1.1"
200 144
google.auth.transport.requests: DEBUG: Making request: GET
http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/[email protected]/token?scopes=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcloud-platform%2Chttps%3A%2F%2Fwww.googleapis.com%2Fauth%2Fpubsub
urllib3.connectionpool: DEBUG: http://metadata.google.internal:80 "GET
/computeMetadata/v1/instance/service-accounts/[email protected]/token?scopes=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcloud-platform%2Chttps%3A%2F%2Fwww.googleapis.com%2Fauth%2Fpubsub
HTTP/1.1" 200 244
google.auth._default: DEBUG: Checking None for explicit credentials as part of
auth process...
google.auth._default: DEBUG: Checking Cloud SDK credentials as part of auth
process...
...
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)