mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Disable randomization of allow_experimental_block_number_column flag (#56474)
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
This commit is contained in:
parent
b1eb80a478
commit
951d9ac144
@ -74,8 +74,6 @@ function configure()
|
||||
|
||||
randomize_config_boolean_value use_compression zookeeper
|
||||
|
||||
randomize_config_boolean_value allow_experimental_block_number_column merge_tree_settings
|
||||
|
||||
# for clickhouse-server (via service)
|
||||
echo "ASAN_OPTIONS='malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'" >> /etc/environment
|
||||
# for clickhouse-client
|
||||
|
@ -2,7 +2,5 @@
|
||||
<merge_tree>
|
||||
<!-- 10 seconds (default is 1 minute) -->
|
||||
<zookeeper_session_expiration_check_period>10</zookeeper_session_expiration_check_period>
|
||||
<!-- Setting randomized for stress test, it is disabled here and this line is used to randomize it in the script -->
|
||||
<allow_experimental_block_number_column>0</allow_experimental_block_number_column>
|
||||
</merge_tree>
|
||||
</clickhouse>
|
||||
|
Loading…
Reference in New Issue
Block a user