Add test case

This commit is contained in:
Frank Chen 2023-03-21 14:10:28 +08:00
parent 91a34fa627
commit ce44d8bc42
2 changed files with 5 additions and 0 deletions

View File

@ -20,3 +20,7 @@ DROP TABLE t_query_id_header
< Content-Type: text/plain; charset=UTF-8 < Content-Type: text/plain; charset=UTF-8
< X-ClickHouse-Query-Id: query_id < X-ClickHouse-Query-Id: query_id
< X-ClickHouse-Timezone: timezone < X-ClickHouse-Timezone: timezone
BAD SQL
< Content-Type: text/plain; charset=UTF-8
< X-ClickHouse-Query-Id: query_id
< X-ClickHouse-Timezone: timezone

View File

@ -28,3 +28,4 @@ run_and_check_headers "INSERT INTO t_query_id_header VALUES (1)"
run_and_check_headers "EXISTS TABLE t_query_id_header" run_and_check_headers "EXISTS TABLE t_query_id_header"
run_and_check_headers "SELECT * FROM t_query_id_header" run_and_check_headers "SELECT * FROM t_query_id_header"
run_and_check_headers "DROP TABLE t_query_id_header" run_and_check_headers "DROP TABLE t_query_id_header"
run_and_check_headers "BAD SQL"