Vitaly Baranov
4ae0f0a673
Revert changes related to clickhouse_version in regression.py
2022-01-22 18:55:07 +07:00
Vitaly Baranov
14a32ba584
Apply a patch made by Vitaly Zakaznikov.
2022-01-22 18:55:07 +07:00
Vitaly Baranov
77774cd1bd
Add comments about other tests which should be fixed.
2022-01-22 18:55:07 +07:00
Vitaly Baranov
291600b565
Fix running kerberos tests.
2022-01-22 18:55:07 +07:00
Vitaly Baranov
04a05777c9
Enable RBAC and LDAP tests.
2022-01-22 18:55:07 +07:00
Vitaly Baranov
5ab39fcece
Fix ldap tests because ClickHouse changed the format of error messages.
2022-01-22 18:55:07 +07:00
Vitaly Baranov
27625bfd47
Replace calls of run_scenario() and pool.apply_async() because Testflows has upgraded to 1.7.20.
...
See also https://github.com/ClickHouse/ClickHouse/pull/27040
2022-01-22 18:55:07 +07:00
Vitaly Baranov
5d0e8eb500
Fix tests after changing error message when one tries to grant a nonexistent role to nonexistent user ( https://github.com/ClickHouse/ClickHouse/pull/27701 ).
2022-01-22 18:55:07 +07:00
Vladimir C
b46a1a3741
Merge pull request #33312 from zhongyuankai/optimize_system_tables
2021-12-30 17:40:39 +03:00
Vladimir C
794e906ffd
Merge pull request #33218 from amosbird/betternullablekey
2021-12-30 17:13:44 +03:00
alesapin
50bf4d3beb
Merge pull request #33278 from azat/fix-test_kafka_virtual_columns2
...
Fix test_storage_kafka failures by adjusting retention.ms
2021-12-30 16:47:39 +03:00
Maksim Kita
0593f1498a
Merge pull request #33285 from zbtzbtzbt/opt_hashTable
...
rm redundant judge in hashmap iter operation
2021-12-30 16:34:08 +03:00
vdimir
2686a189de
Apply suggestion for code review, changes in StorageSystemTables getFilteredTables
...
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
2021-12-30 15:36:38 +03:00
Ilya Yatsishin
86040a15d8
Merge pull request #33316 from peter279k/patch-4
2021-12-30 12:46:55 +03:00
alesapin
b8acfdcf8f
Merge pull request #33318 from evillique/refactor_read_buffers
...
Minor refactor of read buffers with compression
2021-12-30 12:28:48 +03:00
Chun-Sheng, Li
90068405fc
Remove unused sample authentication credentials
2021-12-30 16:19:05 +08:00
mergify[bot]
148f12544e
Merge branch 'master' into patch-4
2021-12-30 08:15:36 +00:00
alesapin
c5fe3a8f8a
Merge pull request #33306 from nvartolomei/nv/fix-old-ccache-again
...
Fix launcher not being defined for ccache < 4.0 and slightly cleanup
2021-12-30 11:01:07 +03:00
alexey-milovidov
2f121fd79a
Merge pull request #33303 from ClickHouse/reimplement-33054
...
Reimplement #33054
2021-12-30 11:00:58 +03:00
alexey-milovidov
fa934d673d
Merge pull request #33298 from thomoco/master
...
Updated adopters: 7 new adopters plus some minor editing
2021-12-30 11:00:21 +03:00
alesapin
28f785627f
Merge pull request #33307 from nvartolomei/nv/allow-build-wo-libraries
...
Return early if azure blob storage is not used, otherwise it might with fail with irrelevant errors
2021-12-30 10:51:38 +03:00
Azat Khuzhin
52ad7a4538
Fix test_storage_kafka failures by adjusting retention.ms
...
This test uses predefined timestamps, and default retention.ms is too
small:
kafka1_1 | [2021-12-28 21:40:21,842] INFO Created log for partition virt2_0-0 in /var/lib/kafka/data with properties {compression.type -> producer, message.format.version -> 2.2-IV1, file.delete.delay.ms -> 60000, max.message.bytes -> 1000012, min.compaction.lag.ms -> 0, message.timestamp.type -> CreateTime, message.downconversion.enable -> true, min.insync.replicas -> 1, segment.jitter.ms -> 0, preallocate -> false, min.cleanable.dirty.ratio -> 0.5, index.interval.bytes -> 4096, unclean.leader.election.enable -> false, retention.bytes -> -1, delete.retention.ms -> 86400000, cleanup.policy -> [delete], flush.ms -> 9223372036854775807, segment.ms -> 604800000, segment.bytes -> 1073741824, retention.ms -> 604800000, message.timestamp.difference.max.ms -> 9223372036854775807, segment.index.bytes -> 10485760, flush.messages -> 9223372036854775807}. (kafka.log.LogManager)
kafka1_1 | [2021-12-28 21:40:24,540] INFO [Log partition=virt2_0-0, dir=/var/lib/kafka/data] Found deletable segments with base offsets [0] due to retention time 604800000ms breach (kafka.log.Log)
v2: fix tests with 0 timestamp_ms
and this should be all tests that was left:
$ fgrep 'Found deletable segments with base offsets' test_storage_kafka/_instances_0/docker.log
kafka1_1 | [2021-12-29 09:46:15,610] INFO [Log partition=avro1-0, dir=/var/lib/kafka/data] Found deletable segments with base offsets [0] due to retention time 604800000ms breach (kafka.log.Log)
kafka1_1 | [2021-12-29 09:51:15,609] INFO [Log partition=virt1-0, dir=/var/lib/kafka/data] Found deletable segments with base offsets [0] due to retention time 604800000ms breach (kafka.log.Log)
2021-12-30 10:25:10 +03:00
Nikita Mikhaylov
86cb5f7b47
Merge pull request #33319 from ClickHouse/revert-33219-blobstoragebuildfix
...
Revert "Better cmake script for azure blob"
2021-12-30 10:13:51 +04:00
Nikita Mikhaylov
71f45f981e
Revert "Better cmake script for azure blob"
2021-12-30 10:13:38 +04:00
Nikita Mikhaylov
1f86e39ade
Merge pull request #33219 from amosbird/blobstoragebuildfix
2021-12-30 10:12:17 +04:00
OnePiece
0c714e8c7e
Update StorageSystemTables.cpp
2021-12-30 13:37:27 +08:00
OnePiece
b14f485f85
Update StorageSystemTables.cpp
2021-12-30 13:13:41 +08:00
Nikolay Degterinsky
79e15e84d5
Refactor
2021-12-30 04:47:34 +00:00
Nikolay Degterinsky
0089964f10
Merge pull request #33315 from evillique/fix_typo
...
Fix typos in NLP docs
2021-12-30 07:35:17 +03:00
Nikolai Kochetov
11f64d6e1f
Merge pull request #33286 from vdimir/issue_31979
...
Disable FunctionConvertFromString::canBeExecutedOnDefaultArguments
2021-12-30 07:19:42 +03:00
Chun-Sheng, Li
db08e36472
Adding & improve cURL compressed data examples
2021-12-30 11:21:57 +08:00
Nikolay Degterinsky
cec282b9be
Fix docs typos
2021-12-30 03:19:37 +00:00
OnePiece
f3f0ff0f23
Update StorageSystemTables.cpp
2021-12-30 10:12:37 +08:00
Thom O'Connor
b4b7acabc5
Updated adopters: remove smart quotes
2021-12-29 13:44:51 -07:00
Nicolae Vartolomei
fd1e9ffa66
Return early if azure blob storage is not used, otherwise it might with fail with irrelevant errors
2021-12-29 20:44:05 +00:00
Nicolae Vartolomei
2e6c63dbca
Fix launcher not being defined for ccache < 4.0 and slightly cleanup
2021-12-29 20:25:29 +00:00
alexey-milovidov
e879aca58b
Update run_check.py
2021-12-29 23:21:47 +03:00
alesapin
738ef41450
Merge pull request #33304 from ClickHouse/fix_jepsen_check
...
Fix jepsen check
2021-12-29 22:45:57 +03:00
alesapin
6f4debbc94
Merge branch 'master' into fix_jepsen_check
2021-12-29 22:45:32 +03:00
alesapin
4a1819c4d2
Fix jepsen check
2021-12-29 22:44:41 +03:00
alesapin
16c36d72b1
Merge pull request #33296 from ClickHouse/fix_clang_tidy_3
...
Fix clang tidy 3
2021-12-29 22:43:42 +03:00
alesapin
903f303579
Fix clang tidy
2021-12-29 22:42:51 +03:00
alesapin
3ad438525a
Fix clang-tidy
2021-12-29 22:42:51 +03:00
Alexey Milovidov
7067fafd76
Reimplement #33054
2021-12-29 22:09:07 +03:00
alexey-milovidov
255c4c92b9
Merge pull request #33233 from freedomDR/doc_projection_fix
...
improve projection doc describe
2021-12-29 21:09:33 +03:00
alexey-milovidov
3655965b39
Merge pull request #33264 from azat/symbols-from-resources-fix
...
Fix parsing symbols from resources (for shared builds)
2021-12-29 21:06:51 +03:00
Kruglov Pavel
489a30859f
Merge pull request #32455 from Avogar/schema-inference
...
Automatic schema inference for input formats
2021-12-29 21:03:48 +03:00
alexey-milovidov
aa4044f14e
Merge pull request #33265 from den-crane/test/create_table_w_timezone
...
test for #24410
2021-12-29 20:21:26 +03:00
Thom O'Connor
90d7dc0e04
Updated adopters: 7 new adopters plus some minor editing
2021-12-29 10:19:45 -07:00
Kseniia Sumarokova
3bb9da0286
Merge pull request #33266 from kssenii/rabbit-wait-container
...
Wait for RabbitMQ container to actually start when it was restarted in test on purpose
2021-12-29 18:45:34 +03:00