mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Merge pull request #63355 from CurtizJ/randomize-block-offset-setting
Randomize setting `enable_block_offset_column` in stress tests
This commit is contained in:
commit
0707dc9c95
@ -78,7 +78,8 @@ function configure()
|
|||||||
randomize_config_boolean_value use_compression zookeeper
|
randomize_config_boolean_value use_compression zookeeper
|
||||||
fi
|
fi
|
||||||
|
|
||||||
randomize_config_boolean_value allow_experimental_block_number_column block_number
|
randomize_config_boolean_value enable_block_number_column block_number
|
||||||
|
randomize_config_boolean_value enable_block_offset_column block_number
|
||||||
|
|
||||||
# for clickhouse-server (via service)
|
# for clickhouse-server (via service)
|
||||||
echo "ASAN_OPTIONS='malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'" >> /etc/environment
|
echo "ASAN_OPTIONS='malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'" >> /etc/environment
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
<clickhouse>
|
<clickhouse>
|
||||||
<merge_tree>
|
<merge_tree>
|
||||||
<!-- Setting randomized for stress test, it is disabled here and this line is used to randomize it in the script -->
|
<!-- 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>
|
<enable_block_number_column>0</enable_block_number_column>
|
||||||
|
<enable_block_offset_column>0</enable_block_offset_column>
|
||||||
</merge_tree>
|
</merge_tree>
|
||||||
</clickhouse>
|
</clickhouse>
|
||||||
|
Loading…
Reference in New Issue
Block a user