Alexey Milovidov
fd4ff1f621
Merge branch 'master' into tighten-limits-functional-tests
2024-08-08 18:31:04 +02:00
Alexey Milovidov
9c7078bcf7
Update tests
2024-07-26 02:54:11 +02:00
Alexey Milovidov
a3f7642d05
Fix a test
2024-07-24 14:01:02 +02:00
Alexey Milovidov
ff2882c707
Fix query profiler on AArch64
2024-03-04 18:16:38 +01:00
vdimir
fc5e941f79
Add option to clickhouse-test to skip aarch64 build
2022-03-02 14:18:24 +00:00
Alexey Milovidov
1153228f3b
Maybe improve robustness of the "query profiler" test
2022-01-06 05:16:09 +03:00
Alexey Milovidov
d604cf5573
Remove the infamous "unbundled" build
2021-11-21 13:58:26 +03:00
Vitaly Baranov
39d73c01b2
Add tags to tests.
2021-09-12 17:15:28 +03:00
Azat Khuzhin
0a1fd29ee6
Add current_database = currentDatabase() filter for tests with query_log/query_thread_log
2021-01-27 08:06:15 +03:00
Alexander Kuzmenkov
322d731d28
Remove extra copying from addressToLine
...
The line is already serialized to the same arena, so there is no need to
copy it. Also add this function to query profiler test, so that it has
some coverage.
2020-05-22 03:01:35 +03:00
Azat Khuzhin
32071ba080
Do not add event_date/event_time condition for system.*_log
...
Also some of them can be even more simplified, since the system.*_log
are empty most of the time there should not be any conditions at all
(i.e. `query` LIKE and so on).
2020-05-18 21:18:37 +03:00
Alexey Milovidov
a5ab3f3373
Fix flacky test
2020-05-10 04:25:08 +03:00
Ivan
97f2a2213e
Move all folders inside /dbms one level up ( #9974 )
...
* Move some code outside dbms/src folder
* Fix paths
2020-04-02 02:51:21 +03:00