[
https://issues.apache.org/jira/browse/ARROW-7551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17016289#comment-17016289
]
Neal Richardson commented on ARROW-7551:
----------------------------------------
If we can't reproduce this, should we skip this test for now on macOS/on CI?
Right now it's just making all the builds fail, and that increases the risk
that we'll merge a patch that really breaks things.
> [C++][Flight] Flight test on macOS periodically fails on master
> ---------------------------------------------------------------
>
> Key: ARROW-7551
> URL: https://issues.apache.org/jira/browse/ARROW-7551
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, FlightRPC
> Reporter: Neal Richardson
> Priority: Critical
> Fix For: 0.16.0
>
>
> See [https://github.com/apache/arrow/runs/380443548#step:5:179] for example.
> {code}
> 64/96 Test #64: arrow-flight-test .........................***Failed 0.46
> sec
> Running arrow-flight-test, redirecting output into
> /Users/runner/runners/2.163.1/work/arrow/arrow/build/cpp/build/test-logs/arrow-flight-test.txt
> (attempt 1/1)
> Running main() from
> /Users/runner/runners/2.163.1/work/arrow/arrow/build/cpp/googletest_ep-prefix/src/googletest_ep/googletest/src/gtest_main.cc
> [==========] Running 42 tests from 11 test cases.
> [----------] Global test environment set-up.
> [----------] 2 tests from TestFlightDescriptor
> [ RUN ] TestFlightDescriptor.Basics
> [ OK ] TestFlightDescriptor.Basics (0 ms)
> [ RUN ] TestFlightDescriptor.ToFromProto
> [ OK ] TestFlightDescriptor.ToFromProto (0 ms)
> [----------] 2 tests from TestFlightDescriptor (0 ms total)
> [----------] 6 tests from TestFlight
> [ RUN ] TestFlight.UnknownLocationScheme
> [ OK ] TestFlight.UnknownLocationScheme (0 ms)
> [ RUN ] TestFlight.ConnectUri
> Server running with pid 15977
> /Users/runner/runners/2.163.1/work/arrow/arrow/cpp/build-support/run-test.sh:
> line 97: 15971 Segmentation fault: 11 $TEST_EXECUTABLE "$@" 2>&1
> 15972 Done | $ROOT/build-support/asan_symbolize.py
> 15973 Done | ${CXXFILT:-c++filt}
> 15974 Done |
> $ROOT/build-support/stacktrace_addr2line.pl $TEST_EXECUTABLE
> 15975 Done | $pipe_cmd 2>&1
> 15976 Done | tee $LOGFILE
> ~/runners/2.163.1/work/arrow/arrow/build/cpp/src/arrow/flight
> {code}
> It's not failing every time but I'm seeing it fail frequently.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)