see output of flaky test

fix

fix
This commit is contained in:
flynn 2023-06-24 05:14:01 +00:00
parent f52a1159a2
commit 550907c432
2 changed files with 2 additions and 0 deletions

View File

@ -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. 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
1 1
3

View File

@ -23,4 +23,5 @@ ${CLICKHOUSE_CLIENT} -q "SELECT count() = countDistinct(message) FROM system.war
# 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() < 5 FROM system.warnings"
${CLICKHOUSE_CLIENT} -q "SELECT count() FROM system.warnings"