diff --git a/tests/e2e/manifests/chi/test-016-settings-07.yaml b/tests/e2e/manifests/chi/test-016-settings-07.yaml new file mode 100644 index 000000000..532df0acb --- /dev/null +++ b/tests/e2e/manifests/chi/test-016-settings-07.yaml @@ -0,0 +1,103 @@ +apiVersion: "clickhouse.altinity.com/v1" +kind: "ClickHouseInstallation" + +metadata: + name: test-016-settings + +spec: + useTemplates: + - name: clickhouse-version + configuration: + clusters: + - name: default + layout: + shardsCount: 1 + profiles: + default/max_memory_usage: 7000000000 # test for big value + users: + user2/profile: default + user2/quota: default + user2/password: l%XubpKqz2y!QsKlsynEEE6#Thknj&fG + user2/networks/ip: "::/0" + settings: + macros/layer: "03" + query_log: _removed_ + # should not cause a restart + dictionaries_config: config.d/dic*.xml + logger/level: information + max_server_memory_usage_to_ram_ratio: 0.8 + max_table_size_to_drop: 1000000000 + max_concurrent_queries: 200 + models_config: /var/lib/clickhouse/user_data/models/*.xml + user_defined_executable_functions_config: /var/lib/clickhouse/user_data/udf/*.xml + files: + custom.xml: | + + + test-changed + + + config.d/custom4.xml: | + + + test-custom4 + + + users.d/my_users.xml: + + + + + default + default + + + + default + default + + + + config.d/remote_servers.xml: + + + + + false + + chi-test-016-settings-default-0-0 + 9000 + + + + + + config.d/dict_three.xml: | + + + three + + + localhost + 9000 + default + + system + one
+
+ + 60 + + + + dummy + + + three + dummy + UInt8 + 0 + + +
+