Changeset: fe2298f907d7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/fe2298f907d7 Modified Files: sql/test/Users/Tests/create_user_options.test Branch: Sep2022 Log Message:
Make test work with other versions of bison as well. diffs (25 lines): diff --git a/sql/test/Users/Tests/create_user_options.test b/sql/test/Users/Tests/create_user_options.test --- a/sql/test/Users/Tests/create_user_options.test +++ b/sql/test/Users/Tests/create_user_options.test @@ -1,10 +1,10 @@ -- test syntax: CREATE USER user_name WITH [ ENCRYPTED | UNENCRYPTED ] PASSWORD 'user_password' NAME 'full name' -- [SCHEMA schema_name] [SCHEMA PATH string] [MAX_MEMORY bytes] [MAX_WORKERS count] [OPTIMIZER optimizer] [DEFAULT ROLE ident] -statement error 42000!syntax error in: "create user testu01... +statement error 42000!syntax error... create user testu01; -statement error 42000!syntax error in: "create user testu02 with password 'testu02'... +statement error 42000!syntax error... create user testu02 with password 'testu02'; statement ok @@ -25,7 +25,7 @@ create user testu06 with password r'test statement ok create user testu07 with password r'test\tu07' name r'Test\bu07' max_WORKERS 123 -statement error 42000!syntax error in: "create user testu08a with password r'test\tu08' name r'Test\bu08' optimizer mini" +statement error 42000!syntax error... create user testu08a with password r'test\tu08' name r'Test\bu08' Optimizer minimal_pipe statement ok _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
