Skip to content

tests.unit.test_time: many tests failed #133

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

Closed
flaky-bot bot opened this issue Aug 6, 2022 · 5 comments · Fixed by #148
Closed

tests.unit.test_time: many tests failed #133

flaky-bot bot opened this issue Aug 6, 2022 · 5 comments · Fixed by #148
Assignees
Labels
api: bigquery Issues related to the googleapis/python-db-dtypes-pandas API. external This issue is blocked on a bug with the actual product. flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Aug 6, 2022

Many tests failed at the same time in this package.

  • I will close this issue when there are no more failures in this package and
    there is at least one pass.
  • No new issues will be filed for this package until this issue is closed.
  • If there are already issues for individual test cases, I will close them when
    the corresponding test passes. You can close them earlier, if you prefer, and
    I won't reopen them while this issue is still open.

Here are the tests that failed:

  • test_time_parsing[0:0:59.876543-expected16]
  • test_time_parsing[01:01:01.010101-expected18]
  • test_time_parsing[09:09:09.090909-expected20]
  • test_time_parsing[11:11:11.111111-expected22]
  • test_time_parsing[19:16:23.987654-expected23]
  • test_time_parsing[23:59:59.999999-expected25]
  • test_time_parsing[23:59:59.999999000-expected27]
  • test_time_parsing[23:59:59.999999999-expected28]
  • test_date_median[values0-expected0]
  • test_date_median[values2-expected2]

commit: 508564f
buildURL: Build Status, Sponge
status: failed

@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Aug 6, 2022
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-db-dtypes-pandas API. label Aug 6, 2022
@flaky-bot flaky-bot bot added flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. labels Aug 7, 2022
@flaky-bot
Copy link
Author

flaky-bot bot commented Aug 7, 2022

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 (508564f), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

2 similar comments
@flaky-bot
Copy link
Author

flaky-bot bot commented Aug 7, 2022

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 (508564f), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

@flaky-bot
Copy link
Author

flaky-bot bot commented Aug 7, 2022

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 (508564f), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

@chalmerlowe chalmerlowe added the external This issue is blocked on a bug with the actual product. label Aug 29, 2022
@chalmerlowe
Copy link
Collaborator

Based on conversation in the pandas github issue tracker, the root cause of these failing tests appears to be that the pandas system is trying to store too large a number in an int32 memory location. The bug has been added to the pandas 1.5 milestone (pandas is currently at 1.5.0 release candidate stage)

See:
pandas-dev/pandas#48255

@tswast
Copy link
Collaborator

tswast commented Sep 15, 2022

@chalmerlowe Per latest update on pandas-dev/pandas#48538, we may need to populate "microseconds" when constructing a pandas.Timestamp and limit the nanoseconds field to the leftovers (0-999).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-db-dtypes-pandas API. external This issue is blocked on a bug with the actual product. flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants