mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Update system_warnings test
This commit is contained in:
parent
bcb106e138
commit
45f40cf222
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user