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

[jira] [Commented] (ARROW-10013) [C++][CI] Flight test failure in TestFlightClient.GenericOptions

    [ https://issues.apache.org/jira/browse/ARROW-10013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17196227#comment-17196227 ] 

David Li commented on ARROW-10013:
----------------------------------

The arguments should be respected on all platforms. I can't imagine why gRPC seems to only be sometimes setting them. And the schema size should be consistent.

I think in the past, we've had the options struct be uninitialized causing odd behavior, but the test doesn't seem to make that mistake. I also don't see anything in gRPC suggesting that it adjusts the setting to a 'sane' range or anything like that. Maybe we can set the limit even lower. It would be nice to also set the gRPC log options, but they blow up log output significantly (6000 lines vs 200 lines).

 

> [C++][CI] Flight test failure in TestFlightClient.GenericOptions
> ----------------------------------------------------------------
>
>                 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?
> On AppVeyor (Windows): 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}
> On GitHub Actions (macOS): https://github.com/apache/arrow/pull/8193/checks?check_run_id=1117619662#step:6:217
> {code}
> [ RUN      ] TestFlightClient.GenericOptions
> /Users/runner/work/arrow/arrow/cpp/src/arrow/flight/flight_test.cc:1429: Failure
> Failed
> Expected 'status' to fail with Invalid, but got OK
> [  FAILED  ] TestFlightClient.GenericOptions (6 ms)
> {code}



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