Vitaly Baranov
|
a97cfbd618
|
Merge pull request #13340 from MyroTk/INSERT_RBAC_functionality
Added testing for RBAC functionality of INSERT privilege.
|
2020-08-05 22:04:59 +03:00 |
|
Alexey Milovidov
|
4abf9cb6b9
|
Remove useless submodules from GRPC
|
2020-08-05 19:44:24 +03:00 |
|
Nikita Mikhaylov
|
fa51f15f00
|
fix style
|
2020-08-05 19:23:14 +03:00 |
|
Alexander Kuzmenkov
|
9cac8a7244
|
performance comparison
|
2020-08-05 19:07:37 +03:00 |
|
Alexander Kuzmenkov
|
7945041a9a
|
perf test error summary
|
2020-08-05 18:56:51 +03:00 |
|
Alexander Kuzmenkov
|
5c2d7fc569
|
fixes
|
2020-08-05 18:45:44 +03:00 |
|
Nikita Mikhaylov
|
b80677fdb3
|
Update OwnSplitChannel.cpp
|
2020-08-05 18:12:06 +03:00 |
|
Alexey Milovidov
|
88e772bec3
|
Update submodules
|
2020-08-05 17:53:20 +03:00 |
|
alesapin
|
63391bbb66
|
Merge pull request #13382 from Enmk/fasttest-fix-query_masking_rules.xml
Keep original query_masking_rules.xml when performing fasttests
|
2020-08-05 17:47:33 +03:00 |
|
alesapin
|
a18461091f
|
Merge pull request #13384 from ClickHouse/fix_fast_test_server_kill
Better kill in fast test
|
2020-08-05 17:42:52 +03:00 |
|
Alexey Milovidov
|
796308e0f0
|
Forked some submodules
|
2020-08-05 17:41:36 +03:00 |
|
Alexey Milovidov
|
2cd811975a
|
Update Sentry
|
2020-08-05 17:41:27 +03:00 |
|
Alexey Milovidov
|
4348d6746c
|
Remove submodules
|
2020-08-05 17:32:23 +03:00 |
|
Alexander Kuzmenkov
|
ead62bc9d7
|
Remove everything except static_assert for same type
|
2020-08-05 17:12:41 +03:00 |
|
Alexander Kuzmenkov
|
aa629a4c82
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-08-05 17:09:56 +03:00 |
|
nikitamikhaylov
|
4e3c7c60b7
|
fix build
|
2020-08-05 16:39:14 +03:00 |
|
nikitamikhaylov
|
264320a82c
|
done
|
2020-08-05 16:33:04 +03:00 |
|
alesapin
|
87c56f9556
|
Symlink for server logs
|
2020-08-05 16:15:06 +03:00 |
|
alesapin
|
c862ae93d1
|
Replace backticks with modern alternative
|
2020-08-05 16:10:47 +03:00 |
|
Ivan Blinkov
|
4e08b60b5e
|
fix #13380 (#13381)
|
2020-08-05 16:06:31 +03:00 |
|
alesapin
|
68a9499e92
|
Simplier kill clickhouse server
|
2020-08-05 15:59:52 +03:00 |
|
alesapin
|
cdad1e718f
|
Better kill in fast test
|
2020-08-05 15:37:54 +03:00 |
|
Vasily Nemkov
|
baed365c19
|
Keep original query_masking_rules.xml when performing fasttests
|
2020-08-05 15:14:20 +03:00 |
|
Alexander Kuzmenkov
|
0eaab3d095
|
Merge pull request #13191 from ClickHouse/aku/semicolon-cleanup
Cleanup for #12999. NFC
|
2020-08-05 14:53:27 +03:00 |
|
Anton Popov
|
33699d8d4a
|
Merge pull request #13282 from amosbird/mha
Report broken parts in compact MergeTree
|
2020-08-05 14:27:32 +03:00 |
|
Alexey Milovidov
|
bf7ae9ef4e
|
Remove recursive submodules from Sentry
|
2020-08-05 13:48:34 +03:00 |
|
alexey-milovidov
|
85f28db714
|
Merge pull request #11524 from ClickHouse/stack-frams-size-limit
Avoid too large stack frames
|
2020-08-05 13:12:08 +03:00 |
|
Artem Zuikov
|
829955a538
|
Better errors in JOIN ON section (#13330)
|
2020-08-05 12:31:59 +03:00 |
|
alesapin
|
66982b404e
|
Merge pull request #13341 from ClickHouse/fix_moving_sum_segfault
Fix moving sum segfault
|
2020-08-05 11:44:51 +03:00 |
|
Alexander Kuzmenkov
|
d205b20c04
|
wip
|
2020-08-05 05:21:33 +03:00 |
|
Alexander Kuzmenkov
|
4417fb80e6
|
Merge pull request #13203 from oandrew/avro-confluent-skip-tombstone
AvroConfluent: skip Kafka tombstone records/skip broken records
|
2020-08-05 02:47:42 +03:00 |
|
Alexander Kuzmenkov
|
0b28967ea8
|
fixup
|
2020-08-05 02:27:21 +03:00 |
|
Alexander Kuzmenkov
|
fcdfa2a125
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-08-05 02:25:50 +03:00 |
|
Alexander Kuzmenkov
|
0d947b64bd
|
fixup
|
2020-08-05 02:23:31 +03:00 |
|
alexey-milovidov
|
d94e556455
|
Merge pull request #13321 from ClickHouse/restart_server_with_timeout
Restart server in stress test with timeout
|
2020-08-05 00:43:45 +03:00 |
|
alexey-milovidov
|
5b4482bf1a
|
Merge pull request #13234 from azat/roundUpToPowerOfTwoOrZero-safety
Return passed number for numbers with MSB set in roundUpToPowerOfTwoOrZero()
|
2020-08-05 00:43:01 +03:00 |
|
alesapin
|
2ef491bc53
|
Fix moving sum segfault
|
2020-08-04 22:45:39 +03:00 |
|
MyroTk
|
71ac6aa855
|
Adding RBAC testing to INSERT and expanding tables for testing SELECT
|
2020-08-04 19:33:02 +00:00 |
|
alexey-milovidov
|
18ef0c0c96
|
Update run.sh, thanks @azat
|
2020-08-04 20:54:09 +03:00 |
|
Vitaly Baranov
|
b8b4bb331e
|
Add test.
|
2020-08-04 20:50:29 +03:00 |
|
Vitaly Baranov
|
3778b7db90
|
Fix reading row policies from users.xml when names of databases or tables contain dots.
|
2020-08-04 20:48:57 +03:00 |
|
Anton Ivashkin
|
327090b7ea
|
Add QueryTimeMicroseconds, SelectQueryTimeMicroseconds and InsertQueryTimeMicroseconds to system.events, second attempt
|
2020-08-04 19:38:13 +03:00 |
|
alesapin
|
bd0322421b
|
Better timeout
|
2020-08-04 17:28:35 +03:00 |
|
alexey-milovidov
|
5c51162b29
|
Update README.md
|
2020-08-04 17:26:02 +03:00 |
|
alexey-milovidov
|
1b9be2de47
|
Merge pull request #13304 from ClickHouse/make-test-sane
Make the test more sane
|
2020-08-04 17:20:22 +03:00 |
|
Alexey Milovidov
|
c204035b55
|
Revert one modification
|
2020-08-04 15:29:24 +03:00 |
|
Alexey Milovidov
|
d91471ea00
|
Merge branch 'master' into stack-frams-size-limit
|
2020-08-04 15:28:47 +03:00 |
|
Vitaly Baranov
|
0c5b0abfe2
|
Merge pull request #13061 from ritaank/select_pr
Added testing for RBAC functionality of SELECT privilege
|
2020-08-04 13:51:32 +03:00 |
|
Vitaly Baranov
|
5a14aeadea
|
Merge pull request #13279 from vitlibar/use-reference-while-iterating-settings
Use references while iterating through settings
|
2020-08-04 13:08:56 +03:00 |
|
alesapin
|
943eb2f990
|
bump CI
|
2020-08-04 12:42:51 +03:00 |
|