Skip to content
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

Reenable MIRI check on PRs #421

Merged
merged 1 commit into from
Jun 9, 2021
Merged

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jun 7, 2021

Which issue does this PR close?

Fixes: #345

Rationale:

We disabled this check in #360 as it was failing intermittently. However, @roee88 diagnosed the problem with a few tests that consumed a lot of memory, and @jhorstmann has been fixing some other MIR related issues in #416

Changes:

  1. Reenable MIRI tests
  2. Mark bit_length_test_string and bit_length_test_large_string to not run under MIRI
  3. Put them in their own github actions workflow (so that if they fail we don't have to rerun the entire workflow again)

@alamb
Copy link
Contributor Author

alamb commented Jun 7, 2021

Successful run 1: https://github.com/apache/arrow-rs/pull/421/checks?check_run_id=2765560493

@alamb
Copy link
Contributor Author

alamb commented Jun 8, 2021

@alamb alamb marked this pull request as ready for review June 8, 2021 20:50
Copy link
Member

@jorgecarleitao jorgecarleitao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alamb
Copy link
Contributor Author

alamb commented Jun 8, 2021

@alamb
Copy link
Contributor Author

alamb commented Jun 9, 2021

Fourth success: https://github.com/apache/arrow-rs/pull/421/checks?check_run_id=2778308761

I am merging this one in :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MIRI CI check fails intermittently with thread 'main' panicked at 'invalid time'
2 participants