Merge pull request #69578 from ClickHouse/issues/68932/enable_in_ci

enable removeRecursive in CI
This commit is contained in:
Antonio Andelic 2024-09-16 09:03:11 +00:00 committed by GitHub
commit b42c6491e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View File

@ -42,6 +42,7 @@
<multi_read>1</multi_read> <multi_read>1</multi_read>
<check_not_exists>1</check_not_exists> <check_not_exists>1</check_not_exists>
<create_if_not_exists>1</create_if_not_exists> <create_if_not_exists>1</create_if_not_exists>
<remove_recursive>1</remove_recursive>
</feature_flags> </feature_flags>
</keeper_server> </keeper_server>
</clickhouse> </clickhouse>

View File

@ -64,6 +64,7 @@ function configure()
randomize_config_boolean_value multi_read keeper_port randomize_config_boolean_value multi_read keeper_port
randomize_config_boolean_value check_not_exists keeper_port randomize_config_boolean_value check_not_exists keeper_port
randomize_config_boolean_value create_if_not_exists keeper_port randomize_config_boolean_value create_if_not_exists keeper_port
randomize_config_boolean_value remove_recursive keeper_port
fi fi
sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml

View File

@ -1,2 +1,2 @@
default 127.0.0.1 9181 0 0 0 1 1 ['FILTERED_LIST','MULTI_READ','CHECK_NOT_EXISTS','CREATE_IF_NOT_EXISTS'] default 127.0.0.1 9181 0 0 0 1 1 ['FILTERED_LIST','MULTI_READ','CHECK_NOT_EXISTS','CREATE_IF_NOT_EXISTS','REMOVE_RECURSIVE']
zookeeper2 localhost 9181 0 0 0 1 zookeeper2 localhost 9181 0 0 0 1