alamb opened a new pull request #910:
URL: https://github.com/apache/arrow-rs/pull/910
# Which issue does this PR close?
Closes #879
# Rationale for this change
The MIRI CI check is failing intermittently on master. The symptoms of the
failing MIRI tests seem to be the same as would happen if miri is killed by the
github OOM killer -- see
https://github.com/apache/arrow-rs/issues/879#issuecomment-957879870
We can't reproduce any MIRI failures locally so this seems like either a bug
in MIRI or it is using too many resources for github.
Note the test in question was added relatively recently in #706 by @b41sh
(but then MIRI started failing after updating to a new rust version)
# What changes are included in this PR?
Disable the failing test
# Are there any user-facing changes?
No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]