[
https://issues.apache.org/jira/browse/FLINK-22176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17323829#comment-17323829
]
Rui Li commented on FLINK-22176:
--------------------------------
I have tested the following:
* SET/RESET session parameters.
* Use SQL client with -i and -f options.
* Test statement set with multiple DMLs.
* Test statement set with no statement, or with illegal statement like DDLs.
* Test DMLs with {{table.dml-sync}} set to true/false.
* Test define tables in the yaml file and verify SQL client creates such tables
during initializing the session.
* Test tableau/table/changelog result modes.
* Test run statements with -f option and redirect the results to a file. The
file contains some special characters but the result is still readable.
* Test setting job names for different statements submitted via SQL client.
* Test resuming job from a savepoint.
Overall I think the SQL client works as expected and there're no critical
issues.
> Test SQL Client manually
> ------------------------
>
> Key: FLINK-22176
> URL: https://issues.apache.org/jira/browse/FLINK-22176
> Project: Flink
> Issue Type: Test
> Components: Table SQL / Client
> Affects Versions: 1.13.0
> Reporter: Shengkai Fang
> Assignee: Rui Li
> Priority: Blocker
> Labels: release-testing
> Fix For: 1.13.0
>
>
> Test SQL Client including
> - SET/RESET runtime parameter, e.g job name
> - Use SQL client to submit jobs by -i/-f
> - Test statement set and new table option {{table.dml-sync}}
> - Test execute sql file( contains SELECT ) and redirect result to the file
> - Test tableau/table/changelog print all types of the results is correct
> - Test load savepoint to start the job
> - Test start with YAML file and init file
> - Test run job with specified job name
--
This message was sent by Atlassian Jira
(v8.3.4#803005)