-
Notifications
You must be signed in to change notification settings - Fork 6
tests.unit.test_arrow: test_series_from_arrow[time-nanoseconds-arrow-from-string] failed #120
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
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 (0a3cb48), 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 (0a3cb48), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge). |
Closing as obsolete |
Oops! Looks like this issue is still flaky. It failed again. 😬 I reopened the issue, but a human will need to close it again. commit: 508564f Test outputpyarrow_array = [ 00:00:00.000000000, 12:30:15.123456789, 23:59:59.999999999 ] expected = 0 00:00:00 1 12:30:14.998902 2 23:59:58.999272 dtype: dbtime |
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) |
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the
flakybot: quiet
label andI will stop commenting.
commit: 0a3cb48
buildURL: Build Status, Sponge
status: failed
Test output
The text was updated successfully, but these errors were encountered: