[
https://issues.apache.org/jira/browse/ARROW-7583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou resolved ARROW-7583.
-----------------------------------
Fix Version/s: 0.16.0
Resolution: Fixed
Issue resolved by pull request 6255
[https://github.com/apache/arrow/pull/6255]
> [C++][Flight] Auth handler tests fragile on Windows
> ---------------------------------------------------
>
> Key: ARROW-7583
> URL: https://issues.apache.org/jira/browse/ARROW-7583
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, FlightRPC
> Reporter: Antoine Pitrou
> Assignee: David Li
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.16.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> This occurs often on AppVeyor:
> {code}
> [----------] 3 tests from TestAuthHandler
> [ RUN ] TestAuthHandler.PassAuthenticatedCalls
> [ OK ] TestAuthHandler.PassAuthenticatedCalls (4 ms)
> [ RUN ] TestAuthHandler.FailUnauthenticatedCalls
> ..\src\arrow\flight\flight_test.cc(1126): error: Value of: status.message()
> Expected: has substring "Invalid token"
> Actual: "Could not write record batch to stream: "
> [ FAILED ] TestAuthHandler.FailUnauthenticatedCalls (3 ms)
> [ RUN ] TestAuthHandler.CheckPeerIdentity
> [ OK ] TestAuthHandler.CheckPeerIdentity (2 ms)
> [----------] 3 tests from TestAuthHandler (10 ms total)
> [----------] 3 tests from TestBasicAuthHandler
> [ RUN ] TestBasicAuthHandler.PassAuthenticatedCalls
> [ OK ] TestBasicAuthHandler.PassAuthenticatedCalls (4 ms)
> [ RUN ] TestBasicAuthHandler.FailUnauthenticatedCalls
> ..\src\arrow\flight\flight_test.cc(1224): error: Value of: status.message()
> Expected: has substring "Invalid token"
> Actual: "Could not write record batch to stream: "
> [ FAILED ] TestBasicAuthHandler.FailUnauthenticatedCalls (4 ms)
> [ RUN ] TestBasicAuthHandler.CheckPeerIdentity
> [ OK ] TestBasicAuthHandler.CheckPeerIdentity (3 ms)
> [----------] 3 tests from TestBasicAuthHandler (11 ms total)
> {code}
> See e.g.
> https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/30110376/job/vbtd22813g5hlgfl#L2252
--
This message was sent by Atlassian Jira
(v8.3.4#803005)