ClickHouse/tests/integration/test_storage_kafka/configs/users.xml
Alexey Milovidov 4a2bd6e0aa Adapt a test
2023-02-21 00:43:10 +01:00

10 lines
344 B
XML

<clickhouse>
<profiles>
<default>
<stream_like_engine_allow_direct_select>1</stream_like_engine_allow_direct_select>
<!-- One test is expecting the interruption after blocking ZooKeeper -->
<insert_keeper_max_retries>0</insert_keeper_max_retries>
</default>
</profiles>
</clickhouse>