alamb opened a new issue, #9815: URL: https://github.com/apache/arrow-rs/issues/9815
# Rationale for this change\r\n\r\nAs noted in https://github.com/apache/arrow-rs/pull/9813#discussion_r3140956707, Rust debug builds panic on arithmetic overflow / underflow but release builds do not (they simply overflow / underflow). This means that some code paths may panic in debug builds that would have silently failed in release builds. \r\n\r\nAs we harden down the security posture of arrow-rs I would like to start testing in release mode too to ensure overflows such as https://github.com/apache/arrow-rs/pull/9813 can be properly validation\r\n\r\n# What changes are included in this PR?\r\n\r\nAdd Some new release mode tests: `linux-release-test:` et al\r\n# Are these changes tested?\r\n\r\nThey are only tests, no code changes\r\n\r\n# Are there any user-facing changes?\r\n\r\nNo -- 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]
