Merge branch 'fix-test-warnings' into many-fixes

This commit is contained in:
Alexey Milovidov 2023-06-27 05:27:44 +02:00
commit cb157f1c6b

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"
# 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"