Maksim Kita
|
f7aed5aab8
|
Merge pull request #29393 from azat/rocksdb-fix-data-race
rocksdb: fix race condition during multiple DB opening
|
2021-09-27 11:32:59 +03:00 |
|
Nikolai Kochetov
|
841ef13dee
|
Merge pull request #29338 from ClickHouse/less-sleeps-in-integratin-tests
Less sleeps in integration tests.
|
2021-09-27 10:35:31 +03:00 |
|
alexey-milovidov
|
3609d4adad
|
Merge pull request #29164 from azat/test_send_crash_reports-fix
test_send_crash_reports: suppress Fatal messages check (due to explicit SIGSEGV)
|
2021-09-27 03:54:10 +03:00 |
|
Nikolai Kochetov
|
3c9e6a04bf
|
A little bit better
|
2021-09-26 18:06:32 +03:00 |
|
Azat Khuzhin
|
ad1e9e42fc
|
Restore test_rocksdb_options::test_table_invalid_column_family_options test
This reverts commit e40a13bd1f .
|
2021-09-26 08:24:22 +03:00 |
|
Azat Khuzhin
|
d9e3419197
|
Restore test_rocksdb_options::test_invalid_column_family_options test
This reverts commit 1881c67eff .
|
2021-09-26 08:24:18 +03:00 |
|
alexey-milovidov
|
0bd962630e
|
Merge pull request #29341 from ClickHouse/fix-rocksdb-test
Fix integration test for RocksDB
|
2021-09-26 01:06:55 +03:00 |
|
alexey-milovidov
|
e40a13bd1f
|
Remove trash
|
2021-09-25 19:47:29 +03:00 |
|
alexey-milovidov
|
1881c67eff
|
Remove trash
|
2021-09-25 04:44:06 +03:00 |
|
Anton Popov
|
7628273df4
|
Merge pull request #29266 from CurtizJ/normalize-asts
Normalize ASTs in ColumnsDescription
|
2021-09-25 04:01:54 +03:00 |
|
Alexey Milovidov
|
2b2bec3679
|
Make some changes to Python code that I don't understand
|
2021-09-25 02:04:53 +03:00 |
|
Nikolai Kochetov
|
48bdabbc26
|
Less sleeps in integration tests.
|
2021-09-24 18:25:19 +03:00 |
|
alesapin
|
3614fb9e37
|
Merge pull request #29223 from ClickHouse/compressed_logs
Compressed logs for keeper
|
2021-09-24 16:03:26 +03:00 |
|
Nikita Mikhaylov
|
e8ab9feb94
|
Merge pull request #29265 from ClickHouse/fix_yaml_test
Fix YAML integration tests
|
2021-09-23 15:12:38 +03:00 |
|
alesapin
|
941724bc11
|
Fix test rocksdb
|
2021-09-23 12:19:30 +03:00 |
|
alesapin
|
d1bb8d666e
|
Move all yaml tests to clickhouse config
|
2021-09-23 11:08:40 +03:00 |
|
mergify[bot]
|
d69fc35dd9
|
Merge branch 'master' into compressed_logs
|
2021-09-22 19:43:16 +00:00 |
|
Anton Popov
|
8943389d03
|
normalize ASTs in ColumnsDescription
|
2021-09-22 18:55:20 +03:00 |
|
kssenii
|
a84fc77b52
|
Fixes
|
2021-09-22 18:10:25 +03:00 |
|
alesapin
|
3bea8d5201
|
Fix config root name
|
2021-09-22 18:00:08 +03:00 |
|
kssenii
|
b51840a205
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into named-collections
|
2021-09-22 11:45:22 +03:00 |
|
alesapin
|
ac7579f187
|
Compressed logs for keeper
|
2021-09-21 17:29:05 +03:00 |
|
mergify[bot]
|
a8215b0436
|
Merge branch 'master' into test_send_crash_reports-fix
|
2021-09-21 10:21:34 +00:00 |
|
Anton Popov
|
55cf857aba
|
Merge pull request #28707 from azat/max_suspicious_broken_parts_bytes
Implement max_suspicious_broken_parts_bytes
|
2021-09-20 19:55:07 +03:00 |
|
tavplubix
|
922cf7ee20
|
Merge pull request #28373 from ClickHouse/tables_topsort
Resolve table dependencies on metadata loading
|
2021-09-20 14:46:47 +03:00 |
|
alesapin
|
a249dcc5f5
|
Merge pull request #28301 from kssenii/materialized-postgresql
MaterializedPostgreSQL: allow dynamically adding/deleting tables, altering settings
|
2021-09-20 14:16:29 +03:00 |
|
Azat Khuzhin
|
f242b5e48c
|
test_send_crash_reports: suppress Fatal messages check (due to explicit SIGSEGV)
CI: https://clickhouse-test-reports.s3.yandex.net/0/20d8523a2ebe22c93266e56fc097e273e4c8c68b/integration_tests_(asan).html#fail1
|
2021-09-19 00:15:35 +03:00 |
|
Azat Khuzhin
|
8f6cb9bd71
|
test_send_crash_reports: tiny pylint fixes
|
2021-09-19 00:15:34 +03:00 |
|
alexey-milovidov
|
20d8523a2e
|
Merge pull request #28888 from azat/mysql-in-fix
Fix queries to external databases (i.e. MySQL) with multiple columns in IN ( i.e. `(k,v) IN ((1, 2))` )
|
2021-09-18 15:53:40 +03:00 |
|
Azat Khuzhin
|
a613382d48
|
Cover max_suspicious_broken_parts/max_suspicious_broken_parts_bytes
|
2021-09-17 22:06:32 +03:00 |
|
mergify[bot]
|
c23f1fc160
|
Merge branch 'master' into fix_part_checker
|
2021-09-17 07:23:12 +00:00 |
|
Nikita Mikhaylov
|
c52b8ec083
|
Introduced MergeTask and MutateTask (#25165)
Introduced MergeTask and MutateTask
|
2021-09-17 00:19:58 +03:00 |
|
Kseniia Sumarokova
|
e9d44d0848
|
Merge pull request #28797 from kssenii/rabbit-fix
Rewrite StorageRabbitMQ a little
|
2021-09-16 23:58:51 +03:00 |
|
kssenii
|
432ca1ed93
|
Fix tests
|
2021-09-16 10:46:43 +00:00 |
|
kssenii
|
1650c92407
|
Better
|
2021-09-16 11:38:26 +03:00 |
|
Nikita Mikhaylov
|
6bf5b4cf2d
|
Merge pull request #28953 from vitlibar/allow-change-server-side-compression-from-client
gRPC: Allow change server-side compression from client.
|
2021-09-16 00:55:06 +03:00 |
|
alexey-milovidov
|
b6b0e442fe
|
Merge pull request #28723 from azat/test_distributed_load_balancing-fix
Increase number of iterations in test_distributed_load_balancing (fixes flakiness)
|
2021-09-16 00:25:54 +03:00 |
|
kssenii
|
84c8757049
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into named-collections
|
2021-09-15 12:28:31 +03:00 |
|
kssenii
|
710c8d12dd
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into materialized-postgresql
|
2021-09-15 12:28:09 +03:00 |
|
mergify[bot]
|
4993c7c527
|
Merge branch 'master' into fix_part_checker
|
2021-09-14 14:13:52 +00:00 |
|
Kseniia Sumarokova
|
d3e604e14b
|
Merge pull request #28603 from kssenii/fix-web-disk-2
Some fixes for static files disk
|
2021-09-14 08:24:24 +03:00 |
|
Alexander Tokmakov
|
8ac19caca9
|
Merge branch 'master' into tables_topsort
|
2021-09-13 16:58:39 +03:00 |
|
mergify[bot]
|
c54434084f
|
Merge branch 'master' into fix_part_checker
|
2021-09-13 13:19:34 +00:00 |
|
Filatenkov Artur
|
c23fe5baf6
|
Improve codec for encr 19896 (#27476)
* change syntax of encrypted command
* commit all encrypted changes
* correct encryption
* correct config for test
* add tests and correct code style and typos
* correct test
* fix unbundled build
* add log warning messages
* improve code according to review comments
* correct nonce
* correct errors found by fuzzing
* improve codec AES_128_GCM_SIV. Add AES_256_GCM_SIV. Add sections for last in tests. Improve documentation
* Update CompressionCodecEncrypted.h
* Update 01683_codec_encrypted.sql
* correct compression factory after changes in master
* correct behavior with wrong key in data
* correct fuzzer
* add connection for fuzzer with fix for compression_encrypted
* refactor code
* add load from config with throwing errors on server start
* fix typos and check style
* Update Server.cpp
* correct loading and reading
* refactor code. fix uninitialized value
* refactor code
* move defines from server to cpp file
* correct build
* remove repeated code
* correct namespace
* fix code style
|
2021-09-13 11:25:36 +03:00 |
|
alesapin
|
91e10adca5
|
Merge branch 'master' into fix_part_checker
|
2021-09-13 10:19:04 +03:00 |
|
Vitaly Baranov
|
113ddceabb
|
gRPC: Allow change server-side compression from client.
|
2021-09-13 01:07:28 +03:00 |
|
mergify[bot]
|
267e56df8c
|
Merge branch 'master' into fix-web-disk-2
|
2021-09-11 15:45:43 +00:00 |
|
Azat Khuzhin
|
5ad9cb9b79
|
Add test_storage_mysql::test_mysql_in with multiple columns in IN
|
2021-09-11 14:15:27 +03:00 |
|
kssenii
|
ba1534f1df
|
Fix checks
|
2021-09-10 14:16:01 +03:00 |
|
Alexander Tokmakov
|
3f8fb1e562
|
Merge branch 'master' into tables_topsort
|
2021-09-10 13:16:41 +03:00 |
|