You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kazuaki Ishizaki (Jira)" <ji...@apache.org> on 2020/05/09 18:33:00 UTC

[jira] [Assigned] (ARROW-8747) [C++] Feather tests with compression cause failure on big-endian platforms

     [ https://issues.apache.org/jira/browse/ARROW-8747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kazuaki Ishizaki reassigned ARROW-8747:
---------------------------------------

    Assignee: Kazuaki Ishizaki

> [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
>            Assignee: Kazuaki Ishizaki
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> These tests are failed on Travis-CI s390x like https://travis-ci.org/github/apache/arrow/builds/685085866#L3038
> {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)