Alexander Tokmakov
|
500a20f30d
|
Merge branch 'master' into test_multiple_nodes
|
2021-03-30 16:23:33 +03:00 |
|
alexey-milovidov
|
2d1704b026
|
Merge pull request #22338 from ClickHouse/maybe-fix-false-msan-report-grpc
Maybe fix false MSan report in GRPC
|
2021-03-30 15:25:25 +03:00 |
|
Alexey Milovidov
|
64bfdb69d0
|
Adjust perf test
|
2021-03-30 15:24:22 +03:00 |
|
alexey-milovidov
|
68cfb8a2b9
|
Merge pull request #19496 from ClickHouse/alexey-milovidov-patch-4
Remove outdated suppressions, part 2
|
2021-03-30 15:18:27 +03:00 |
|
Nikita Mikhaylov
|
18dc213cee
|
Merge pull request #21912 from songenjie/clickhouse-copier-create-destination-once
[ClickHouse][Copier] Improve copier work
|
2021-03-30 14:42:00 +03:00 |
|
Alexander Kuzmenkov
|
0696ed390d
|
Merge pull request #22181 from ClickHouse/aku/flaky-stateless
less flaky functional tests
|
2021-03-30 14:40:07 +03:00 |
|
Kseniia Sumarokova
|
39ba3e4024
|
Merge pull request #20382 from stigsb/materializemysql-version-index
MaterializeMySQL: add skipping index for _version column
|
2021-03-30 14:30:50 +03:00 |
|
Alexander Kuzmenkov
|
bd5ddf0524
|
fixes
|
2021-03-30 13:49:43 +03:00 |
|
alexey-milovidov
|
6acb9bc827
|
Merge pull request #22320 from ClickHouse/fix-timeout-unit-test
More coarse test for DateLUT
|
2021-03-30 13:26:56 +03:00 |
|
Vladimir
|
5ae9f2c5bb
|
Merge pull request #21329 from depressed-pho/isIPAddressContainedIn
|
2021-03-30 13:26:49 +03:00 |
|
alesapin
|
2f891521db
|
Merge pull request #22291 from ClickHouse/no_logical_error_on_mutation
Relax covering part check on mutation
|
2021-03-30 13:25:27 +03:00 |
|
alexey-milovidov
|
971167c68f
|
Merge pull request #22328 from CurtizJ/remove-code
Remove useless code
|
2021-03-30 13:14:00 +03:00 |
|
Alexander Tokmakov
|
517ee6f142
|
rename
|
2021-03-30 10:45:51 +03:00 |
|
Alexander Tokmakov
|
24fc120076
|
Merge branch 'master' into test_multiple_nodes
|
2021-03-30 10:40:38 +03:00 |
|
alesapin
|
5e3ebb3e0e
|
Merge pull request #22274 from ClickHouse/rename_keeper
Rename NuKeeper and TestKeeper to Keeper in all places
|
2021-03-30 10:39:22 +03:00 |
|
alesapin
|
c8b1004ecb
|
Fix jepsen test
|
2021-03-30 10:38:15 +03:00 |
|
alesapin
|
828e76adb9
|
Fix keeper util
|
2021-03-30 10:36:50 +03:00 |
|
Kruglov Pavel
|
a60d981b11
|
Merge pull request #21430 from AnaUvarova/ana-uvarova-DOCSUP-5932-Updt-descrptn-pstn-fnctn
DOCSUP-5932: Update the description of the position function normal
|
2021-03-30 10:35:42 +03:00 |
|
Nikolai Kochetov
|
78e27dc1b6
|
Merge pull request #22270 from liuneng1994/fix-query-failed
fix constant condition conflict with column name and add stateless test
|
2021-03-30 09:37:43 +03:00 |
|
ana-uvarova
|
b853144e45
|
developer`s comments done
|
2021-03-30 09:15:52 +03:00 |
|
Alexey Milovidov
|
e9e4e0e490
|
Maybe fix false MSan report in GRPC
|
2021-03-30 04:08:52 +03:00 |
|
alexey-milovidov
|
b136625307
|
Remove outdated suppressions, part 2
|
2021-03-30 03:50:09 +03:00 |
|
alexey-milovidov
|
a6959584d5
|
Merge pull request #22235 from ClickHouse/quantile-deterministic-msan
Fix MSan report in `quantileDeterministic`
|
2021-03-30 03:48:58 +03:00 |
|
alexey-milovidov
|
b7b55ce61d
|
Merge pull request #20088 from nvartolomei/nv/replicated-fetches-timeouts
Replicated fetches timeouts
|
2021-03-30 03:46:09 +03:00 |
|
Alexander Kuzmenkov
|
6bd483f9d4
|
individual tmp dir matching the database for each test run
|
2021-03-30 03:39:33 +03:00 |
|
Anton Popov
|
43d9972f18
|
remove useless code
|
2021-03-30 01:34:02 +03:00 |
|
Anton Popov
|
5ada14082f
|
Merge pull request #22025 from vdimir/window-funncel-strict-increase
Add option strict_increase to windowFunnel
|
2021-03-30 01:20:17 +03:00 |
|
Alexey Milovidov
|
7aad2b2843
|
Silent GitHub
|
2021-03-30 00:40:51 +03:00 |
|
Alexey Milovidov
|
de3b452d7a
|
Remove useless code from setTerminalEcho #20334
|
2021-03-30 00:39:38 +03:00 |
|
Alexey Milovidov
|
b005081103
|
Update libdivide to the latest master (2)
|
2021-03-30 00:37:27 +03:00 |
|
alexey-milovidov
|
25f02f13b0
|
Merge pull request #22238 from ClickHouse/remove-harmful-code
Remove harmful default parameters
|
2021-03-29 23:46:18 +03:00 |
|
kssenii
|
49fc550d10
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into stigsb-materializemysql-version-index
|
2021-03-29 23:31:47 +03:00 |
|
flynn
|
858d1fe593
|
Fix table function clusterAllReplicas return wrong _shard_num (#21498)
* Fix deadlock in delete mutations when predicate contains table itself
* Fix table function clusterAllReplicas return wrong _shard_num
fix build on gcc-10
better
update test
fix
fix
fix
fix
fix
fix cluster config
Co-authored-by: alesapin <alesapin@gmail.com>
|
2021-03-29 23:21:08 +03:00 |
|
Alexander Tokmakov
|
9925110713
|
rename other occurrances
|
2021-03-29 23:04:50 +03:00 |
|
alesapin
|
88113ccb99
|
Merge pull request #21832 from MaxWk/fix-no-attribute-decode-with-python3
Fix no attribute decode with python3
|
2021-03-29 22:50:21 +03:00 |
|
Alexander Tokmakov
|
ccd31d1b72
|
Merge remote-tracking branch 'ch/rename_keeper' into test_multiple_nodes
|
2021-03-29 22:44:40 +03:00 |
|
Alexander Tokmakov
|
a5b07f2f03
|
Merge branch 'master' into test_multiple_nodes
|
2021-03-29 22:43:25 +03:00 |
|
tavplubix
|
3c0f5a57ec
|
Merge pull request #21535 from ClickHouse/distributed_ddl_improvements
Distributed DDL improvements
|
2021-03-29 22:40:11 +03:00 |
|
Alexander Kuzmenkov
|
653b930e54
|
random order in flaky check
|
2021-03-29 22:12:20 +03:00 |
|
Alexander Kuzmenkov
|
47cc8938f9
|
faster
|
2021-03-29 22:12:20 +03:00 |
|
Alexander Kuzmenkov
|
c711a6c5fa
|
make it faster
|
2021-03-29 22:12:20 +03:00 |
|
Alexander Kuzmenkov
|
7813ac7d2b
|
fix
|
2021-03-29 22:12:20 +03:00 |
|
Alexander Kuzmenkov
|
23198059f3
|
save query log
|
2021-03-29 22:12:20 +03:00 |
|
Alexander Kuzmenkov
|
605ce6d5fd
|
fix
|
2021-03-29 22:12:20 +03:00 |
|
Alexander Kuzmenkov
|
19d4be7c01
|
fixes
|
2021-03-29 22:12:20 +03:00 |
|
Alexander Kuzmenkov
|
2b7d2fab82
|
less flaky functional tests
|
2021-03-29 22:12:20 +03:00 |
|
alexey-milovidov
|
9d84f3113a
|
Merge pull request #21512 from azat/optimize_skip_unused_shards_limit
Add optimize_skip_unused_shards_limit
|
2021-03-29 21:13:18 +03:00 |
|
alexey-milovidov
|
bb925e16bf
|
Merge pull request #22042 from Slach/fix_issue_22028
case insensitive aliases for CONNECTION_ID() and VERSION()
|
2021-03-29 21:02:24 +03:00 |
|
Kruglov Pavel
|
103de0838b
|
Merge pull request #22172 from Avogar/hedged
Prevent busy waiting in hedged requests when async_socket_for_remote=0
|
2021-03-29 20:14:49 +03:00 |
|
Alexey Milovidov
|
0876b146a5
|
More coarse test for DateLUT
|
2021-03-29 19:54:07 +03:00 |
|