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

[jira] [Updated] (ARROW-10013) [C++][CI] Flight test failure

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

Antoine Pitrou updated ARROW-10013:
-----------------------------------
    Description: 
This failure seems non-deterministic?
https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/35214577/job/7aolb47v3s80pdgb
{code}
[ RUN      ] TestFlightClient.GenericOptions
C:/projects/arrow/cpp/src/arrow/flight/flight_test.cc(1429): error: Failed
Expected 'status' to fail with Invalid, but got OK
[  FAILED  ] TestFlightClient.GenericOptions (5 ms)
{code}


  was:
This failure seems deterministic?
https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/35214577/job/7aolb47v3s80pdgb
{code}
[ RUN      ] TestFlightClient.GenericOptions
C:/projects/arrow/cpp/src/arrow/flight/flight_test.cc(1429): error: Failed
Expected 'status' to fail with Invalid, but got OK
[  FAILED  ] TestFlightClient.GenericOptions (5 ms)
{code}



> [C++][CI] Flight test failure
> -----------------------------
>
>                 Key: ARROW-10013
>                 URL: https://issues.apache.org/jira/browse/ARROW-10013
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Continuous Integration, FlightRPC
>            Reporter: Antoine Pitrou
>            Priority: Major
>
> This failure seems non-deterministic?
> https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/35214577/job/7aolb47v3s80pdgb
> {code}
> [ RUN      ] TestFlightClient.GenericOptions
> C:/projects/arrow/cpp/src/arrow/flight/flight_test.cc(1429): error: Failed
> Expected 'status' to fail with Invalid, but got OK
> [  FAILED  ] TestFlightClient.GenericOptions (5 ms)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)