-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The cargo testing for CI will use backtrace and the result is different when using backtrace or not using backtrace.
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-testsBut 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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working