You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2020/01/11 00:20:00 UTC

[jira] [Created] (ARROW-7551) [C++][Flight] Flight test on macOS periodically fails on master

Neal Richardson created ARROW-7551:
--------------------------------------

             Summary: [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
             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)