-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[CI][Integration] Integration test isn't executed #44050
Copy link
Copy link
Closed
Description
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
| 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Fields
Give feedbackNo fields configured for issues without a type.