You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Alessandro Molina (Jira)" <ji...@apache.org> on 2022/10/24 14:35:00 UTC

[jira] [Commented] (ARROW-18139) [C++][Release] Verification failures on CentOS7

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

Alessandro Molina commented on ARROW-18139:
-------------------------------------------

[~raulcd] is this something that we should bring up in the context of the current RC?

> [C++][Release] Verification failures on CentOS7
> -----------------------------------------------
>
>                 Key: ARROW-18139
>                 URL: https://issues.apache.org/jira/browse/ARROW-18139
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, FlightRPC
>            Reporter: Benson Muite
>            Priority: Minor
>
> When verifying on Cent OS 7 with OpenSSL 3.0, devtoolset 13 and llvm-devtoolset 8, get the following errors:
> ```
> /root/apache-arrow-10.0.0/cpp/src/arrow/util/value_parsing_test.cc:805: Failure
> Expected equality of these values:
>   expected
>     Which is: 1514769420
> ```
> ```
> /root/apache-arrow-10.0.0/cpp/src/arrow/flight/sql/server_test.cc:329: Failure
> Failed
> '_error_or_value59.status()' failed with Invalid: Can't prepare statement: near "(": syntax error. gRPC client debug context: {"created":"@1666547640.550873050","description":"Error received from peer ipv6:[::1]:41650","file":"/tmp/arrow-HEAD.bOtfP/cpp-build/grpc_ep-prefix/src/grpc_ep/src/core/lib/surface/call.cc","file_line":952,"grpc_message":"Can't prepare statement: near "(": syntax error","grpc_status":3}. Client context: OK
> [  FAILED  ] TestFlightSqlServer.TestCommandGetTablesWithIncludedSchemas (12 ms)
> ```
> ```
> /root/apache-arrow-10.0.0/cpp/src/arrow/flight/sql/server_test.cc:618: Failure
> Failed
> '_error_or_value104.status()' failed with Invalid: Can't prepare statement: near "(": syntax error. gRPC client debug context: {"created":"@1666547640.649382989","description":"Error received from peer ipv6:[::1]:38451","file":"/tmp/arrow-HEAD.bOtfP/cpp-build/grpc_ep-prefix/src/grpc_ep/src/core/lib/surface/call.cc","file_line":952,"grpc_message":"Can't prepare statement: near "(": syntax error","grpc_status":3}. Client context: IOError: Server never sent a data message. Detail: Internal
> [  FAILED  ] TestFlightSqlServer.TestCommandGetPrimaryKeys (15 ms)
> ```
> ```
> /root/apache-arrow-10.0.0/cpp/src/arrow/flight/sql/server_test.cc:642: Failure
> Failed
> '_error_or_value107.status()' failed with Invalid: Can't prepare statement: near "(": syntax error. gRPC client debug context: {"created":"@1666547640.653859201","description":"Error received from peer ipv6:[::1]:38210","file":"/tmp/arrow-HEAD.bOtfP/cpp-build/grpc_ep-prefix/src/grpc_ep/src/core/lib/surface/call.cc","file_line":952,"grpc_message":"Can't prepare statement: near "(": syntax error","grpc_status":3}. Client context: IOError: Server never sent a data message. Detail: Internal
> [  FAILED  ] TestFlightSqlServer.TestCommandGetImportedKeys (4 ms)
> ```
> ```
> /root/apache-arrow-10.0.0/cpp/src/arrow/flight/sql/server_test.cc:674: Failure
> Failed
> '_error_or_value110.status()' failed with Invalid: Can't prepare statement: near "(": syntax error. gRPC client debug context: {"created":"@1666547640.657013835","description":"Error received from peer ipv6:[::1]:36523","file":"/tmp/arrow-HEAD.bOtfP/cpp-build/grpc_ep-prefix/src/grpc_ep/src/core/lib/surface/call.cc","file_line":952,"grpc_message":"Can't prepare statement: near "(": syntax error","grpc_status":3}. Client context: IOError: Server never sent a data message. Detail: Internal
> [  FAILED  ] TestFlightSqlServer.TestCommandGetExportedKeys (5 ms)
> ```
> ```
> /root/apache-arrow-10.0.0/cpp/src/arrow/flight/sql/server_test.cc:708: Failure
> Failed
> '_error_or_value113.status()' failed with Invalid: Can't prepare statement: near "(": syntax error. gRPC client debug context: {"created":"@1666547640.662347626","description":"Error received from peer ipv6:[::1]:43394","file":"/tmp/arrow-HEAD.bOtfP/cpp-build/grpc_ep-prefix/src/grpc_ep/src/core/lib/surface/call.cc","file_line":952,"grpc_message":"Can't prepare statement: near "(": syntax error","grpc_status":3}. Client context: IOError: Server never sent a data message. Detail: Internal
> [  FAILED  ] TestFlightSqlServer.TestCommandGetCrossReference (3 ms)
> ```
>   converted
>     Which is: 1514769408
> Google Test trace:
> /root/apache-arrow-10.0.0/cpp/src/arrow/util/value_parsing_test.cc:800: 2018-01-01 00:00:00-0117
> [  FAILED  ] TimestampParser.StrptimeZoneOffset (0 ms)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)