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.

10 lines
344 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>
</default>
</profiles>
</clickhouse>