Kazuaki Ishizaki created ARROW-8747:
---------------------------------------
Summary: [C++] Feather tests with compression cause failure on
big-endian platforms
Key: ARROW-8747
URL: https://issues.apache.org/jira/browse/ARROW-8747
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Kazuaki Ishizaki
These tests are failed on Travis-CI s390x
{code}
...
[ RUN ] FeatherTests/TestFeather.ReadIndicesOrNames/0
[ OK ] FeatherTests/TestFeather.ReadIndicesOrNames/0 (7 ms)
[ RUN ] FeatherTests/TestFeather.ReadIndicesOrNames/1
[ OK ] FeatherTests/TestFeather.ReadIndicesOrNames/1 (1 ms)
[ RUN ] FeatherTests/TestFeather.ReadIndicesOrNames/2
/arrow/cpp/build-support/run-test.sh: line 92: 6340 Killed
$TEST_EXECUTABLE "$@" 2>&1
6341 Done | ${PYTHON:-python}
$ROOT/build-support/asan_symbolize.py
6342 Done | ${CXXFILT:-c++filt}
6343 Done |
$ROOT/build-support/stacktrace_addr2line.pl $TEST_EXECUTABLE
6344 Done | $pipe_cmd 2>&1
6345 Done | tee $LOGFILE
/build/cpp/src/arrow/ipc
...
[----------] 5 tests from TestWriteRecordBatch
[ RUN ] TestWriteRecordBatch.WriteWithCompression
/arrow/cpp/build-support/run-test.sh: line 92: 6719 Killed
$TEST_EXECUTABLE "$@" 2>&1
6720 Done | ${PYTHON:-python}
$ROOT/build-support/asan_symbolize.py
6721 Done | ${CXXFILT:-c++filt}
6722 Done |
$ROOT/build-support/stacktrace_addr2line.pl $TEST_EXECUTABLE
6723 Done | $pipe_cmd 2>&1
6724 Done | tee $LOGFILE
/build/cpp/src/arrow/ipc
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)