Update system_warnings test

This commit is contained in:
Alexey Milovidov 2023-06-27 04:16:26 +02:00
parent bcb106e138
commit 45f40cf222

View File

@ -21,5 +21,4 @@ ${CLICKHOUSE_CLIENT} --multiple_joins_rewriter_version=42 -q "SELECT message FRO
${CLICKHOUSE_CLIENT} -q "SELECT count() = countDistinct(message) FROM system.warnings" ${CLICKHOUSE_CLIENT} -q "SELECT count() = countDistinct(message) FROM system.warnings"
# Avoid too many warnings, especially in CI # Avoid too many warnings, especially in CI
${CLICKHOUSE_CLIENT} -q "SELECT count() < 5 FROM system.warnings" ${CLICKHOUSE_CLIENT} -q "SELECT count() < 10 FROM system.warnings"