pitrou commented on PR #46626: URL: https://github.com/apache/arrow/pull/46626#issuecomment-2939939074
There are some CI failures. Example [here](https://github.com/apache/arrow/actions/runs/15439736919/job/43454508785?pr=46626): ``` [----------] 9 tests from TestSecureString [ RUN ] TestSecureString.AssertSecurelyCleared /Users/runner/work/arrow/arrow/cpp/src/arrow/util/secure_string_test.cc:116: Failure Value of: result Actual: true Expected: false [ FAILED ] TestSecureString.AssertSecurelyCleared (0 ms) [ RUN ] TestSecureString.SecureClearString [ OK ] TestSecureString.SecureClearString (0 ms) [ RUN ] TestSecureString.Construct [ OK ] TestSecureString.Construct (0 ms) [ RUN ] TestSecureString.Assign /Users/runner/work/arrow/arrow/cpp/src/arrow/util/secure_string_test.cc:313: Failure Value of: AssertSecurelyCleared(old_secret_from_string_area, secret_from_string.size()) Actual: false (Expected equality of these values: area.substr(pos) Which is: "\0\0<\0\0\0" std::string_view(zeros) Which is: "\0\0\0\0\0\0") Expected: true ``` -- 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]
