Skip to content

Commit c05c506

Browse files
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_expressions
1 parent 0ab2992 commit c05c506

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"parse_error":true,"todo":true,"todo_format":true}
1+
{"parse_error":true,"todo_format":true}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"parse_error":true,"todo":true,"todo_format":true}
1+
{"parse_error":true,"todo_format":true}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"parse_error":true,"todo":true,"todo_format":true}
1+
{"parse_error":true,"todo_format":true}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"parse_error":true,"todo":true,"todo_format":true}
1+
{"parse_error":true,"todo_format":true}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"parse_error":true,"todo":true,"todo_format":true}
1+
{"parse_error":true,"todo_format":true}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"parse_error":true,"todo":true,"todo_format":true}
1+
{"parse_error":true,"todo_format":true}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"parse_error":true,"todo":true,"todo_format":true}
1+
{"parse_error":true,"todo_format":true}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"parse_error":true,"todo":true,"todo_format":true}
1+
{"parse_error":true,"todo_format":true}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"parse_error":true,"todo":true,"todo_format":true}
1+
{"parse_error":true,"todo_format":true}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"parse_error":true,"todo":true,"todo_format":true}
1+
{"parse_error":true,"todo_format":true}

0 commit comments

Comments
 (0)