[
https://issues.apache.org/jira/browse/FLINK-10805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16678016#comment-16678016
]
ASF GitHub Bot commented on FLINK-10805:
----------------------------------------
tillrohrmann commented on a change in pull request #7034: [FLINK-10805] Fix
failing end-to-end tests
URL: https://github.com/apache/flink/pull/7034#discussion_r231456626
##########
File path: flink-end-to-end-tests/test-scripts/test_sql_client.sh
##########
@@ -360,13 +362,14 @@ check_result_hash "SQL Client Kafka" $RESULT
"0a1bf8bf716069b7269f575f87a802c0"
echo "Executing SQL: Values -> Elasticsearch (upsert)"
-read -r -d '' SQL_STATEMENT_3 << EOF
Review comment:
It's not a cleanup. `read` always terminates with a non-zero exit code if it
sees `EOF`. It's better to simply use `cat` and this will fix this test to work
with the `set -e` command.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> test_confluent_schema_registry.sh and test_sql_client.sh end-to-end test
> broken
> -------------------------------------------------------------------------------
>
> Key: FLINK-10805
> URL: https://issues.apache.org/jira/browse/FLINK-10805
> Project: Flink
> Issue Type: Bug
> Components: E2E Tests
> Affects Versions: 1.7.0
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Priority: Major
> Labels: pull-request-available, test-stability
>
> The end-to-end test {{test_confluent_schema_registry.sh}} and
> {{test_sql_client.sh}} seem to be broken after fixing FLINK-10600.
> I suspect that the kafka-common.sh import has not been adapted.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)