Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI][Integration] Integration test isn't executed #44050

Closed
kou opened this issue Sep 11, 2024 · 1 comment
Closed

[CI][Integration] Integration test isn't executed #44050

kou opened this issue Sep 11, 2024 · 1 comment

Comments

@kou
Copy link
Member

kou commented Sep 11, 2024

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

@kou kou added the Type: bug label Sep 11, 2024
kou added a commit that referenced this issue Sep 11, 2024
### Rationale for this change

`>` in YAML removes newlines.

### What changes are included in this PR?

Use `|` instead of `>` to keep newlines.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: #44050

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
@kou
Copy link
Member Author

kou commented Sep 11, 2024

Issue resolved by pull request 44051
#44051

@kou kou added this to the 18.0.0 milestone Sep 11, 2024
@kou kou closed this as completed Sep 11, 2024
khwilson pushed a commit to khwilson/arrow that referenced this issue Sep 14, 2024
…che#44051)

### Rationale for this change

`>` in YAML removes newlines.

### What changes are included in this PR?

Use `|` instead of `>` to keep newlines.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: apache#44050

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant