Commit c05c506
committed
Enable 18 parse_error tests by removing todo flag
These tests are for queries that ClickHouse rejects with syntax errors,
but our parser successfully parses (it's more permissive). The tests
were already handled correctly - they skip with "parser is more permissive"
message. Removing the todo flag formalizes their passing status.
Tests enabled:
- 01559_misplaced_codec_diagnostics
- 01715_table_function_view_fix
- 02155_create_table_w_timezone
- 02165_insert_from_infile
- 02269_create_table_with_collation
- 02316_expressions_with_window_functions
- 02476_fix_cast_parser_bug
- 02481_fix_parameters_parsing
- 02515_tuple_lambda_parsing
- 02680_default_star
- 02789_describe_table_settings
- 02922_respect_nulls_parser
- 03144_fuzz_quoted_type_name
- 03168_inconsistent_ast_formatting
- 03280_aliases_for_selects_and_views
- 03322_bugfix_of_with_insert
- 03532_create_user_query_on_wrong_parametric_grantees
- 03558_no_alias_in_single_expressions1 parent 0ab2992 commit c05c506
File tree
18 files changed
+18
-18
lines changed- parser/testdata
- 01559_misplaced_codec_diagnostics
- 01715_table_function_view_fix
- 02155_create_table_w_timezone
- 02165_insert_from_infile
- 02269_create_table_with_collation
- 02316_expressions_with_window_functions
- 02476_fix_cast_parser_bug
- 02481_fix_parameters_parsing
- 02515_tuple_lambda_parsing
- 02680_default_star
- 02789_describe_table_settings
- 02922_respect_nulls_parser
- 03144_fuzz_quoted_type_name
- 03168_inconsistent_ast_formatting
- 03280_aliases_for_selects_and_views
- 03322_bugfix_of_with_insert
- 03532_create_user_query_on_wrong_parametric_grantees
- 03558_no_alias_in_single_expressions
18 files changed
+18
-18
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments