Merge pull request #47095 from azat/ci/upgrade-suppressions

Suppress "Cannot flush" for Distributed tables in upgrade check
This commit is contained in:
Alexey Milovidov 2023-03-02 02:15:37 +03:00 committed by GitHub
commit c243844677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,6 +159,7 @@ rg -Fav -e "Code: 236. DB::Exception: Cancelled merging parts" \
-e "Session expired" \
-e "TOO_MANY_PARTS" \
-e "Authentication failed" \
-e "Cannot flush" \
-e "Container already exists" \
/var/log/clickhouse-server/clickhouse-server.upgrade.log | zgrep -Fa "<Error>" > /test_output/upgrade_error_messages.txt \
&& echo -e "Error message in clickhouse-server.log (see upgrade_error_messages.txt)$FAIL$(head_escaped /test_output/bc_check_error_messages.txt)" \