Skip to content

Commit

Permalink
WIP: apacheGH-43057: [C++] Debug sporadic CI crash
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 3, 2024
1 parent 170c599 commit 7cc3256
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/scripts/cpp_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ pushd ${build_dir}
if [ -z "${PYTHON}" ] && ! which python > /dev/null 2>&1; then
export PYTHON="${PYTHON:-python3}"
fi

ulimit -c unlimited

ctest \
--label-regex unittest \
--output-on-failure \
Expand Down Expand Up @@ -126,4 +129,6 @@ if [ "${ARROW_FUZZING}" == "ON" ]; then
fi
fi

sleep 3600

popd
5 changes: 5 additions & 0 deletions dev/tasks/docker-tests/github.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
{{ macros.github_set_env(env) }}
timeout-minutes: {{ timeout|default(60) }}
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true

{{ macros.github_checkout_arrow(fetch_depth=fetch_depth|default(1))|indent }}
{{ macros.github_free_space()|indent }}
{{ macros.github_install_archery()|indent }}
Expand Down
6 changes: 6 additions & 0 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,12 @@ tasks:
template: docker-tests/github.linux.yml
params:
env:
ARROW_AZURE: "OFF"
ARROW_GANDIVA: "OFF"
ARROW_GCS: "OFF"
ARROW_ORC: "OFF"
ARROW_S3: "OFF"
ARROW_SUBSTRAIT: "OFF"
UBUNTU: "{{ ubuntu_version }}"
image: ubuntu-cpp
{% endfor %}
Expand Down

0 comments on commit 7cc3256

Please sign in to comment.