Matthias Pohl created FLINK-30677: ------------------------------------- Summary: SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails Key: FLINK-30677 URL: https://issues.apache.org/jira/browse/FLINK-30677 Project: Flink Issue Type: Bug Components: Table SQL / Gateway Affects Versions: 1.17.0 Reporter: Matthias Pohl
We're observing a test instability with {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following build: [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251] {code:java} Jan 13 02:46:10 [ERROR] Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 27.279 s <<< FAILURE! - in org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase Jan 13 02:46:10 [ERROR] org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase.testFlinkSqlStatements(String)[5] Time elapsed: 1.573 s <<< FAILURE! Jan 13 02:46:10 org.opentest4j.AssertionFailedError: Jan 13 02:46:10 Jan 13 02:46:10 expected: Jan 13 02:46:10 "# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE TABLE Jan 13 02:46:10 # Jan 13 02:46:10 # Licensed to the Apache Software Foundation (ASF) under one or more Jan 13 02:46:10 # contributor license agreements. See the NOTICE file distributed with Jan 13 02:46:10 # this work for additional information regarding copyright ownership. Jan 13 02:46:10 # The ASF licenses this file to you under the Apache License, Version 2.0 Jan 13 02:46:10 # (the "License"); you may not use this file except in compliance with Jan 13 02:46:10 # the License. You may obtain a copy of the License at Jan 13 02:46:10 # Jan 13 02:46:10 # http://www.apache.org/licenses/LICENSE-2.0 Jan 13 02:46:10 # Jan 13 02:46:10 # Unless required by applicable law or agreed to in writing, software Jan 13 02:46:10 # distributed under the License is distributed on an "AS IS" BASIS, Jan 13 02:46:10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. Jan 13 02:46:10 # See the License for the specific language governing permissions and Jan 13 02:46:10 # limitations under the License. [...] {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)