dbms: mofified test [#METR-2944].

This commit is contained in:
Alexey Milovidov 2014-03-23 19:16:58 +04:00
parent 93472c9103
commit fc45d3cc5b
9 changed files with 4 additions and 2 deletions

View File

@ -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=$?

View File

@ -0,0 +1 @@
33232

View File

@ -0,0 +1 @@
SELECT number FROM system.numbers WHERE reinterpretAsString(number) = 'Ё' LIMIT 1