Azat Khuzhin
e9dc2cbcf7
Add missing SYSTEM FLUSH LOGS before TRUNCATE TABLE in clickhouse-test
...
Suggested-by: @filimonov
2020-05-19 01:12:51 +03:00
Andrey Skobtsov
979b357c05
Removed unused method
2020-05-19 00:46:46 +03:00
Artem Zuikov
97c7447130
Bitonic sort improvements ( #10934 )
2020-05-19 00:41:23 +03:00
Andrey Skobtsov
901f546aee
Fixed 0 value of paranoid handling
2020-05-19 00:40:15 +03:00
Nikolai Kochetov
075ccceee9
Fix tests.
2020-05-19 00:38:28 +03:00
Alexander Kuzmenkov
c34ea27362
performance comparison
2020-05-19 00:15:33 +03:00
Nikolai Kochetov
0ec321a811
Fix ya.make
2020-05-19 00:01:33 +03:00
alexey-milovidov
551fbf8519
Update HTTPHandlerFactory.cpp
2020-05-18 22:46:32 +03:00
Alexander Kuzmenkov
a54773f947
Add more logs to debug trace_log overflow
2020-05-18 22:33:12 +03:00
Ivan Blinkov
d2211f3acb
Remove incorrect comment
2020-05-18 22:20:49 +03:00
Alexey Milovidov
08ff5b5966
Add NCHAR and NVARCHAR synonims
2020-05-18 22:13:13 +03:00
Nikolai Kochetov
4ce0ef6055
Fix tests.
2020-05-18 21:40:01 +03:00
Azat Khuzhin
bd86f15680
Use QueryFinish over magic const in tests
...
Find all usages with:
$ git grep 'type[ ]*=[ ]*2' tests/queries/0_stateless/
Sure this is not all...
2020-05-18 21:18:37 +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
Azat Khuzhin
bdbfa08e02
Truncate system.*_log by default in tests
...
Enable it by default due to:
- it is a sane default
- avoids modifying docker images
2020-05-18 21:18:37 +03:00
Vitaliy Zakaznikov
59a1c230cd
Fixing tests/queries/0_stateless/00979_live_view_watch_continuous_aggregates.py.
2020-05-18 20:17:29 +02:00
Vladimir Chebotarev
8552d5e9b7
Fixed link to external dictionaries
2020-05-18 19:49:06 +03:00
Ivan Blinkov
15f704095a
[docs] support dark mode in AMP version ( #11019 )
2020-05-18 19:44:11 +03:00
Nikolai Kochetov
0ce9afd1e3
Try fix tests.
2020-05-18 19:19:43 +03:00
alesapin
5a456032b8
Merge pull request #11012 from ClickHouse/docs_better_background_pool_size_description
...
Better background_pool_size description in docs
2020-05-18 18:55:02 +03:00
Nikolai Kochetov
deeae66455
Fix clang build.
2020-05-18 18:52:00 +03:00
Ivan Blinkov
2d71089ad0
[docs] improve headerlink handling (¶) ( #11016 )
2020-05-18 18:28:33 +03:00
Ivan Blinkov
c7ec354362
[docs] rel=canonical match symlinks in sources ( #11013 )
2020-05-18 17:43:38 +03:00
Ivan Blinkov
452ad9bf2e
[docs] add edit link on narrow screens (mobile) ( #11014 )
2020-05-18 17:38:36 +03:00
Ivan Blinkov
99cdb1211d
[docs] minor playground.md improvements
2020-05-18 17:37:24 +03:00
Ivan Blinkov
bf66693a85
Get rid of "Note Note"
2020-05-18 17:29:05 +03:00
Nikolai Kochetov
0e48cb1f80
Removed allow_processors flag from executeQuery().
2020-05-18 16:55:07 +03:00
Alexander Tokmakov
6af9c78476
remove data on DROP DATABASE
2020-05-18 16:51:01 +03:00
alesapin
bec7d1ce93
Fix style check
2020-05-18 16:49:19 +03:00
alesapin
03f09986fd
Add dot.
2020-05-18 16:47:30 +03:00
Alexander Tokmakov
e542e814de
better background_pool_size description in docs
2020-05-18 16:34:54 +03:00
Artem Zuikov
bfcbc08bba
arcadia sync fixes
2020-05-18 15:50:23 +03:00
Andrey Skobtsov
1edd29b3f8
Removed custom events as they don't work in an "increment" manner
2020-05-18 15:23:47 +03:00
Andrey Skobtsov
e7bea6e03a
Renamed events
2020-05-18 14:44:40 +03:00
Nikita Mikhaylov
ebce2c7e7c
only style changes
2020-05-18 14:38:22 +03:00
Artem Zuikov
62f77abbc5
add file to ya.make
2020-05-18 13:40:02 +03:00
Andrey Skobtsov
182e4f2c0b
Added running and enabled time for perf metrics
2020-05-18 13:40:01 +03:00
Artem Zuikov
fcaee7dc98
add file to ya.make
2020-05-18 13:37:13 +03:00
Ivan Blinkov
528ac30a01
[docs] handle incorrect hash in url ( #10999 )
...
* [docs] handle incorrect hash in url
* fix mistype
2020-05-18 13:31:01 +03:00
Artem Zuikov
0fe723acc9
Try to fix arcadia sync ( #10959 )
2020-05-18 13:26:23 +03:00
Vasily Morozov
4688729396
fix
2020-05-18 13:16:50 +03:00
Vasily Morozov
876fff1938
fix build and style
2020-05-18 13:16:49 +03:00
Vasily Morozov
82af700eb8
updatePermutation fix
2020-05-18 13:16:49 +03:00
Vasily Morozov
ca1bf06498
updatePermutation
2020-05-18 13:16:49 +03:00
alesapin
b4652625c7
Try to enable skipped tests
2020-05-18 13:02:52 +03:00
alesapin
1ccd4fb978
Add missed drop in test
2020-05-18 12:24:48 +03:00
alesapin
0395f59b73
Just wait slightly more in test
2020-05-18 12:03:51 +03:00
alesapin
07cb21ccb7
Merge branch 'master' into refactor-reservations
2020-05-18 11:43:48 +03:00
alesapin
ab491c0dd9
boop CI
2020-05-18 11:42:39 +03:00
Ivan Blinkov
7e71042c18
Merge pull request #10995 from ClickHouse/dependabot/pip/docs/tools/protobuf-3.12.0
...
Bump protobuf from 3.11.3 to 3.12.0 in /docs/tools
2020-05-18 11:33:09 +03:00