-
Notifications
You must be signed in to change notification settings - Fork 125
tests.system.test_gbq.TestReadGBQIntegration: test_timeout_configuration failed #517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
commit: 5a4998f Test outputself = query = '\n select count(*) from unnest(generate_array(1,1000000)), unnest(generate_array(1, 10000))\n ' max_results = None, progress_bar_type = 'tqdm' kwargs = {'configuration': {'jobTimeoutMs': 1, 'query': {'useQueryCache': False}}, 'dtypes': None} RefreshError = bigquery = pandas = job_config = {'jobTimeoutMs': 1, 'query': {'useQueryCache': False}} config = {'jobTimeoutMs': 1, 'query': {'useQueryCache': False}} query_reply = QueryJob |
commit: 5b2197e Test outputself = query = '\n select count(*) from unnest(generate_array(1,1000000)), unnest(generate_array(1, 10000))\n ' max_results = None, progress_bar_type = 'tqdm' kwargs = {'configuration': {'jobTimeoutMs': 1, 'query': {'useQueryCache': False}}, 'dtypes': None} RefreshError = bigquery = pandas = job_config = {'jobTimeoutMs': 1, 'query': {'useQueryCache': False}} config = {'jobTimeoutMs': 1, 'query': {'useQueryCache': False}} query_reply = QueryJob |
commit: 9d5211c Test outputself = query = '\n select count(*) from unnest(generate_array(1,1000000)), unnest(generate_array(1, 10000))\n ' max_results = None, progress_bar_type = 'tqdm' kwargs = {'configuration': {'jobTimeoutMs': 1, 'query': {'useQueryCache': False}}, 'dtypes': None} RefreshError = bigquery = pandas = job_config = {'jobTimeoutMs': 1, 'query': {'useQueryCache': False}} config = {'jobTimeoutMs': 1, 'query': {'useQueryCache': False}} query_reply = QueryJob |
commit: cd996e4 Test outputself = query = '\n select count(*) from unnest(generate_array(1,1000000)), unnest(generate_array(1, 10000))\n ' max_results = None, progress_bar_type = 'tqdm' kwargs = {'configuration': {'jobTimeoutMs': 1, 'query': {'useQueryCache': False}}, 'dtypes': None} RefreshError = bigquery = pandas = job_config = {'jobTimeoutMs': 1, 'query': {'useQueryCache': False}} config = {'jobTimeoutMs': 1, 'query': {'useQueryCache': False}} query_reply = QueryJob |
commit: 6531cce Test outputself = query = '\n select count(*) from unnest(generate_array(1,1000000)), unnest(generate_array(1, 10000))\n ' max_results = None, progress_bar_type = 'tqdm' kwargs = {'configuration': {'jobTimeoutMs': 1, 'query': {'useQueryCache': False}}, 'dtypes': None} RefreshError = bigquery = pandas = job_config = {'jobTimeoutMs': 1, 'query': {'useQueryCache': False}} config = {'jobTimeoutMs': 1, 'query': {'useQueryCache': False}} query_reply = QueryJob |
Looks like this issue is flaky. 😟 I'm going to leave this open and stop commenting. A human should fix and close this. When run at the same commit (6531cce), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge). |
Note: #479 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 93eb305
buildURL: Build Status, Sponge
status: failed
Test output
The text was updated successfully, but these errors were encountered: