Describe the bug, including details regarding any error messages, version, and platform.
GH-43937 enables auto backtrace on crash but it broke integration test CI.
|
run: > |
|
source ci/scripts/util_enable_core_dumps.sh |
uses >. So newline are removed automatically.
So the real command line is source ci/scripts/util_enable_core_dumps.sh archery ... not source ...; archery ....
Component(s)
Continuous Integration, Integration
Describe the bug, including details regarding any error messages, version, and platform.
GH-43937 enables auto backtrace on crash but it broke integration test CI.
arrow/.github/workflows/integration.yml
Lines 103 to 104 in 2a793d6
uses
>. So newline are removed automatically.So the real command line is
source ci/scripts/util_enable_core_dumps.sh archery ...notsource ...; archery ....Component(s)
Continuous Integration, Integration