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:15:44 UTC

[GitHub] [arrow-rs] alamb opened a new issue #581: Ensure output of MIRI is checked for success

alamb opened a new issue #581:
URL: https://github.com/apache/arrow-rs/issues/581


   **Describe the bug**
   MIRI tests are run on each CI check but the CI will pass even if the MIRI checks fail
   
   **To Reproduce**
   Introduce a MIRI change and observe CI still passes
   
   **Expected behavior**
   If MIRI fails, CI tests should also fail
   
   **Additional context**
   We started running MIRI again in https://github.com/apache/arrow-rs/pull/421, but while discussing with @jorgecarleitao 
    on https://github.com/jorgecarleitao/arrow2/pull/209, it turned out that we were still `||true` ing the output (aka not validating that MIRA was running cleanly)
   


-- 
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



[GitHub] [arrow-rs] alamb closed issue #581: Ensure output of MIRI is checked for success

Posted by GitBox <gi...@apache.org>.
alamb closed issue #581:
URL: https://github.com/apache/arrow-rs/issues/581


   


-- 
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