ClickHouse/tests/integration/test_storage_kafka/configs/users.xml
Alexey Milovidov dc4b52e54e Adapt a test
2023-02-21 00:41:40 +01:00

10 lines
382 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 -->
<test_kafka_no_holes_when_write_suffix_failed>0</test_kafka_no_holes_when_write_suffix_failed>
</default>
</profiles>
</clickhouse>