Skip to content

Commit

Permalink
generate syntax-test-cases
Browse files Browse the repository at this point in the history
  • Loading branch information
4eUeP committed Sep 13, 2023
1 parent 86be4fe commit 63cae07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hstream-sql/etc/syntax-test-cases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ testSuiteCases:
- testCaseFail: null
testCaseLabel: Create Connectors
testCaseResult: RQCreate (RCreateConnector "SOURCE" "source01" "mysql" False (RConnectorOptions
(fromList [("port",Number 3306.0),("host",String "mysql-s1"),("password",String
"password"),("user",String "root"),("database",String "d1"),("table",String "person"),("stream",String
"stream01")])))
(fromList [("password",String "password"),("table",String "person"),("database",String
"d1"),("port",Number 3306.0),("stream",String "stream01"),("host",String "mysql-s1"),("user",String
"root")])))
testCaseStmts:
- create source connector source01 from mysql with ("host" = 'mysql-s1', "port"
= 3306, "user" = 'root', "password" = 'password', "database" = 'd1', "table" =
Expand Down

0 comments on commit 63cae07

Please sign in to comment.