-
Notifications
You must be signed in to change notification settings - Fork 125
tests.system.test_read_gbq: test_default_dtypes[scalar-types-nonnull-normal-range-True] failed #644
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: 08fe090 Test outputread_gbq = functools.partial(, project_id='precise-truck-742', credentials=) query = '\nSELECT\n bools.row_num AS row_num,\n bool_col,\n bytes_col,\n date_col,\n datetime_col,\n float_col,\n int64...bools`.row_num = `times`.row_num\n AND `bools`.row_num = `timestamps`.row_num\nORDER BY row_num ASC\n ' expected = row_num bool_col ... time_col timestamp_col 0 1 True ... 00:00:00...0:01:02.345678+00:00 2 3 True ... 23:59:59.999999 2018-04-11 23:59:59.999999+00:00 |
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 (08fe090), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge). |
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 (08fe090), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge). |
1 similar comment
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 (08fe090), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge). |
Note: #534 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 7fab432
buildURL: Build Status, Sponge
status: failed
Test output
The text was updated successfully, but these errors were encountered: