Weijun-H commented on PR #18910: URL: https://github.com/apache/datafusion/pull/18910#issuecomment-4670054035
This PR breaks the backtrace-enabled tests for Internal errors. I can reproduce this locally: ``` RUST_BACKTRACE=1 cargo test --profile ci --exclude datafusion-examples --exclude ffi_example_table_provider --exclude datafusion-cli --workspace --lib --tests --bins --features serde,avro,json,backtrace,integration-tests,parquet_encryption,substrait test_enabled_backtrace_for_assert_or_internal_err_without_args -- --nocapture ``` This fails in `assert_error_have_message_and_backtrace`, and the broader backtrace test filter also fails for all 7 newly added `test_enabled_backtrace_for_*` cases. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
