You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/21 11:14:08 UTC

[GitHub] [arrow-rs] alamb commented on a change in pull request #578: Validate output of MIRI is successful on CI

alamb commented on a change in pull request #578:
URL: https://github.com/apache/arrow-rs/pull/578#discussion_r673881389



##########
File path: arrow/src/array/ffi.rs
##########
@@ -96,6 +96,7 @@ mod tests {
     }
 
     #[test]
+    #[cfg_attr(miri, ignore)] // https://github.com/apache/arrow-rs/issues/580

Review comment:
       new bug has been introduced since we had MIRI clean -- CI didn't catch it because we were ignoring CI output 😢 




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org