mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
dbms: mofified test [#METR-2944].
This commit is contained in:
parent
93472c9103
commit
fc45d3cc5b
@ -2,7 +2,7 @@
|
||||
|
||||
# Скрипт для тестирования запросов к ClickHouse.
|
||||
# Из файлов *.sql в заданной директории, в алфавитном порядке, отправляются все запросы.
|
||||
# Результат сравнивается с эталоном.
|
||||
# Результаты сравниваются с эталонами.
|
||||
|
||||
QUERIES_DIR="./queries"
|
||||
CLIENT_PROGRAM="clickhouse-client"
|
||||
@ -31,7 +31,7 @@ do
|
||||
reference_file=$QUERIES_DIR/$test_name.reference
|
||||
diff_file=$QUERIES_DIR/$test_name.diff
|
||||
|
||||
printf "%-30s" "$test_name: "
|
||||
printf "%-60s" "$test_name: "
|
||||
|
||||
$CLIENT_PROGRAM < $query_file > $result_file 2> $error_file
|
||||
ret_code=$?
|
||||
|
1
dbms/tests/queries/00003_reinterpret_as_string.reference
Normal file
1
dbms/tests/queries/00003_reinterpret_as_string.reference
Normal file
@ -0,0 +1 @@
|
||||
33232
|
1
dbms/tests/queries/00003_reinterpret_as_string.sql
Normal file
1
dbms/tests/queries/00003_reinterpret_as_string.sql
Normal file
@ -0,0 +1 @@
|
||||
SELECT number FROM system.numbers WHERE reinterpretAsString(number) = 'Ё' LIMIT 1
|
Loading…
Reference in New Issue
Block a user