zhuqi-lucas opened a new issue, #15058:
URL: https://github.com/apache/datafusion/issues/15058
### Describe the bug
The cargo testing for CI will use backtrace and the result is different when
using backtrace or not using backtrace.
```rust
macos-aarch64:
name: cargo test (macos-aarch64)
runs-on: macos-14
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 1
- name: Setup Rust toolchain
uses: ./.github/actions/setup-macos-aarch64-builder
- name: Run tests (excluding doctests)
shell: bash
run: cargo test --profile ci --lib --tests --bins --features
avro,json,backtrace,integration-tests
```
But the CI is checking it with no backtrace for other places, it will cause
the testing files always failed for some cases.
### To Reproduce
It is finding in my testing for the following PR:
https://github.com/apache/datafusion/actions/runs/13715688421/job/38360254057?pr=14922
### Expected behavior
_No response_
### Additional context
_No response_
--
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]