-
Notifications
You must be signed in to change notification settings - Fork 784
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
MIRI CI check fails intermittently with thread 'main' panicked at 'invalid time'
#345
Comments
🤔 |
I see that it's (almost?) always in bit_length_test_string. Did you consider skipping this test? Should we open an issue in miri to help us debug this? It might reveal something important about this test. |
@roee88 I did not -- I tried to skip |
I think that the issue description here is wrong and this is expected for test_time32second_invalid_neg. I did a quick memory usage check and identifier the following:
I tested ignoring bit_length_test_string and github actions checks pass (5 re-runs). I think it might be worth to ignore all three though. Some questions:
I will submit a PR based on the answers. |
Thank you @roee88 |
Just to understand, the memory consumption is only when running the test via MIRI, right? |
I don't know but it sounds like it is worth more investigation
I think we should disable the test under MIRI
If there is some bug or improvement you can articulate, I ams ure the MIRI developers would appreciate a ticket |
Describe the bug
Ever since we have enabled MIRI checks on CI in #323 (epic thanks to @roee88 ) we have started to see intermittent failures of the check
To Reproduce
Run CI checks on a PR
Here are some example failures
https://github.com/apache/arrow-rs/runs/2656075800
https://github.com/apache/arrow-rs/runs/2658362992
An excerpt from
https://github.com/alamb/arrow-rs/runs/2659329294?check_suite_focus=true
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: