Merge pull request #18648 from ClickHouse/send-fatal-logs-in-all-tests

Send fatal logs in all tests
This commit is contained in:
alexey-milovidov 2020-12-31 02:24:41 +03:00 committed by GitHub
commit 91ca43d04d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -948,7 +948,7 @@ private:
{ /// disable logs if expects errors { /// disable logs if expects errors
TestHint test_hint(test_mode, all_queries_text); TestHint test_hint(test_mode, all_queries_text);
if (test_hint.clientError() || test_hint.serverError()) if (test_hint.clientError() || test_hint.serverError())
processTextAsSingleQuery("SET send_logs_level = 'none'"); processTextAsSingleQuery("SET send_logs_level = 'fatal'");
// Echo all queries if asked; makes for a more readable reference // Echo all queries if asked; makes for a more readable reference
// file. // file.