Commit Graph

19 Commits

Author SHA1 Message Date
Nikita Fomichev
88d92367b7 Stateless tests: run sequential tests in parallel to other tests 2024-07-10 00:24:53 +02:00
Alexey Milovidov
2c581ecc46 Fix SQLite 2024-06-04 05:24:17 +02:00
Azat Khuzhin
f10fc95933 Fix INSERT into SQLite with single quote
Previously it leads to syntax error, due to incorrect escaping of single
quotes for SQLite, "\'" had been used instead of "''"

So set output_format_values_escape_quote_with_quote=true for SQLite to
fix this.

v2: prepare modified Context for writing on storage creation
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-02-15 12:47:29 +01:00
Mikhail Koviazin
db43fb1004
tests/queries: use CLICKHOUSE_CLIENT_BINARY
Previously tests assumed there is `clickhouse-client` available in test machine
`$PATH`, which is not always true and will cause a test failure when ClickHouse
is not installed system-wide. This commit fixes that by utilizing
`CLICKHOUSE_CLIENT_BINARY` more which is substitued from `CLICKHOUSE_BINARY`
which is set as `-b` argument in `clickhouse-test`.
2023-12-14 12:14:57 +00:00
Nikolay Degterinsky
b8be714830 Add schema inference to more table engines 2023-05-19 00:44:27 +00:00
Barum Rho
ba90704e24 Fix sqlite integer column conversino test case 2022-08-25 22:44:04 -04:00
Pavel Kruglov
2db11bc6c5 Add backward compatibility check in stress test 2021-10-04 16:34:14 +03:00
Vitaly Baranov
39d73c01b2 Add tags to tests. 2021-09-12 17:15:28 +03:00
Raúl Marín
90294e6dd8 01889_sqlite_read_write: Made parallelizable and cleanup properly 2021-08-17 18:22:41 +02:00
kssenii
b393603b57 Fix build 2021-07-13 22:25:26 +00:00
kssenii
3242a8a86a Update test 2021-07-13 19:06:08 +00:00
kssenii
f86817d57c Check inclusion inside user_files 2021-07-13 12:38:37 +00:00
kssenii
976f4dffda Add table function sqlite, fix type conversions 2021-07-12 21:09:23 +00:00
kssenii
068d85aa8b Fix Nulls usage 2021-07-12 07:53:52 +00:00
kssenii
bf7bd39bf2 Change file + dir permissions in test 2021-07-11 21:35:29 +00:00
kssenii
d6967dbd2b Update test 2021-07-11 19:10:52 +00:00
kssenii
ded4556942 More tests 2021-07-10 12:47:44 +00:00
kssenii
18c2abaaf9 Fix database engine attach, more tests 2021-07-10 10:31:21 +00:00
Arslan G
6eb22cd585 Fix test 2021-06-02 12:59:11 +03:00