mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 08:52:06 +00:00
see output of flaky test
fix fix
This commit is contained in:
parent
f52a1159a2
commit
550907c432
@ -3,3 +3,4 @@ Server was built in debug mode. It will work slowly.
|
||||
Obsolete setting [\'multiple_joins_rewriter_version\'] is changed. Please check \'select * from system.settings where changed and is_obsolete\' and read the changelog.
|
||||
1
|
||||
1
|
||||
3
|
||||
|
@ -23,4 +23,5 @@ ${CLICKHOUSE_CLIENT} -q "SELECT count() = countDistinct(message) FROM system.war
|
||||
|
||||
# Avoid too many warnings, especially in CI
|
||||
${CLICKHOUSE_CLIENT} -q "SELECT count() < 5 FROM system.warnings"
|
||||
${CLICKHOUSE_CLIENT} -q "SELECT count() FROM system.warnings"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user