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

[jira] [Created] (ARROW-7583) [C++][Flight] Auth handler tests fragile on Windows

Antoine Pitrou created ARROW-7583:
-------------------------------------

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


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)