ClickHouse/tests/integration/test_storage_kafka/configs/users.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
647 B
XML
Raw Normal View History

<clickhouse>
<profiles>
<default>
2021-11-29 13:13:20 +00:00
<stream_like_engine_allow_direct_select>1</stream_like_engine_allow_direct_select>
2023-02-20 23:41:40 +00:00
<!-- One test is expecting the interruption after blocking ZooKeeper -->
2023-02-20 23:43:10 +00:00
<insert_keeper_max_retries>0</insert_keeper_max_retries>
2023-07-18 20:13:28 +00:00
<function_sleep_max_microseconds_per_block>0</function_sleep_max_microseconds_per_block>
</default>
</profiles>
2023-06-14 11:45:53 +00:00
<users>
<default>
<password></password>
<profile>default</profile>
<named_collection_control>1</named_collection_control>
</default>
</users>
</clickhouse>