Nikita Mikhailov
37f48d13b4
add test
2021-04-06 22:23:16 +03:00
Alexey Milovidov
bfd042a979
Lower scale of a test
2021-04-01 18:27:24 +03:00
Alexey Milovidov
e32beab913
Add a test for mmap IO
2021-03-26 22:08:53 +03:00
Nikita Mikhaylov
8e68edebea
better test
2021-03-11 18:22:24 +03:00
Nikita Mikhaylov
87eb2592de
add input_format_skip_unknown_fields
2021-03-11 18:22:24 +03:00
Nikita Mikhailov
369c9da161
better
2021-03-11 18:22:24 +03:00
Nikita Mikhailov
138dedf2df
done
2021-03-11 18:22:24 +03:00
Nikita Mikhailov
ac476ad83e
done
2021-02-15 14:27:16 +03:00
Alexey Milovidov
9c111a7bdb
Translate comment in test
2021-01-29 03:53:54 +03:00
Alexey Milovidov
8fe85b5fcb
Add stateful test
2021-01-15 00:33:54 +03:00
Nikita Mikhailov
d4ec52f732
shellchek
2020-12-30 18:21:58 +03:00
Nikita Mikhailov
cc794b7a83
Merge branch 'master' of github.com:ClickHouse/ClickHouse into parallel-parsing-input-format
2020-12-30 16:55:15 +03:00
Nikita Mikhailov
107360fc77
add tests
2020-12-30 00:04:39 +03:00
Yatsishin Ilya
a25fa1996b
fix style checks
2020-12-29 17:57:12 +03:00
Ivan
57763e6867
Enable Pytest framework for stateless tests ( #17902 )
2020-12-18 16:26:11 +03:00
Ivan
315ff4f0d9
ANTLR4 Grammar for ClickHouse and new parser ( #11298 )
2020-12-04 05:15:44 +03:00
nikitamikhaylov
0d1a8ea2a1
first try
2020-11-17 16:59:12 +03:00
Anton Popov
3e855daefd
Merge remote-tracking branch 'upstream/master' into HEAD
2020-09-15 15:31:29 +03:00
Alexander Tokmakov
da6beb1a91
Merge branch 'master' into enable_some_tests_with_database_atomic
2020-09-14 23:00:14 +03:00
Anton Popov
d1c35dc794
Merge remote-tracking branch 'upstream/master' into HEAD
2020-09-10 03:13:08 +03:00
Alexander Tokmakov
b68782d285
enable more tests with Atomic database
2020-09-09 16:32:50 +03:00
Azat Khuzhin
0324770773
Remove all trailing whitespaces in tests
...
sed -r -i \
-e 's/SELECT $/SELECT/' \
-e 's/SELECT DISTINCT $/SELECT DISTINCT/' \
-e 's/WITH $/WITH/' \ # zero matches, new test will be added
-e 's/ARRAY JOIN $/ARRAY JOIN/' \
-e 's/GROUP BY $/GROUP BY/' \
-e 's/ORDER BY $/ORDER BY/' \
-e 's/LIMIT ([0-9]+) BY $/LIMIT \1 BY/' \ # zero matches, new test will be added
tests/queries/*/*.sql \
tests/queries/*/*.reference
(With except for tests/queries/0_stateless/00751_default_databasename_for_view.reference)
2020-09-09 01:36:58 +03:00
Nikita Mikhaylov
540884677e
final fix
2020-08-20 17:39:30 +03:00
Nikita Mikhaylov
7592865e42
update test and bump ci
2020-08-19 05:51:59 +04:00
Nikita Mikhaylov
ac1962e54b
Update 00157_cache_dictionary.reference
2020-08-12 18:07:14 +03:00
nikitamikhaylov
83b106e43f
add test
2020-08-12 16:06:46 +03:00
alesapin
7d1283247f
Fix tests
2020-08-07 20:16:59 +03:00
Alexey Milovidov
5a69058289
shellcheck --check-sourced --external-sources --severity info --exclude SC1071 --format diff */*.sh | git apply
2020-08-03 00:24:16 +03:00
Alexey Milovidov
1a487f88d6
Minor changes
2020-08-03 00:24:16 +03:00
Alexey Milovidov
c5f46b37e6
Update some tests but not all
2020-06-28 00:18:27 +03:00
Alexey Milovidov
3142006182
Leave only relevant part of the test
2020-06-19 21:44:33 +03:00
Alexey Milovidov
26ea16537c
Added a test for stack unwinding from within Hyperscan
2020-06-19 14:50:33 +03:00
Anton Popov
5c42408add
Merge pull request #9113 from dimarub2000/group_by_in_order_optimization
...
[WIP] Optimization of GROUP BY with respect to table sorting key.
2020-06-06 14:25:59 +03:00
Dmitry
2c7e3eab23
stateful tests updated with setting
2020-06-05 20:03:36 +03:00
Alexey Milovidov
421a62e978
Merge branch 'master' into fix-false-too-slow
2020-05-30 19:36:55 +03:00
Alexey Milovidov
2ba268c80a
Added a test for #6228
2020-05-29 23:45:47 +03:00
alesapin
bd03d1acb9
Remove hardcoded database from some tests and add retries to clickhouse-test
2020-05-29 13:08:11 +03:00
Andrew Onyshchuk
1ee875a5fc
Add test
2020-05-10 23:15:59 -05:00
Alexey Milovidov
baf9cc99df
Update test reference
2020-05-02 14:38:53 +03:00
alexey-milovidov
ddefb89d86
Update 00154_avro.sql
2020-05-01 23:13:18 +03:00
Alexey Milovidov
c15fe728fd
Lower memory usage in tests #10277
2020-05-01 21:26:52 +03:00
Alexander Tokmakov
fefbbd37df
Merge branch 'master' into database_atomic
2020-04-22 17:02:30 +03:00
Alexey Milovidov
e6acb35d95
Added a fix from Vadim Plakhtinskiy @VadimPlh
2020-04-22 07:32:05 +03:00
Alexander Tokmakov
b29bddac12
Merge branch 'master' into database_atomic
2020-04-20 14:09:09 +03:00
Artem Zuikov
6106b2bfc7
Merge branch 'master' into joins
2020-04-13 20:37:27 +03:00
Artem Zuikov
0b7ae2c2bf
working version
2020-04-13 20:03:11 +03:00
Alexander Tokmakov
20e6593f96
disable by default
2020-04-12 21:52:59 +03:00
Alexander Tokmakov
5e6d4b9449
Merge branch 'master' into database_atomic
2020-04-12 16:35:44 +03:00
Alexey Milovidov
cf483b7ecc
Added a test
2020-04-12 01:14:55 +03:00
Artem Zuikov
ba50519af8
workaround for function resolver
2020-04-10 13:28:44 +03:00