mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Merge pull request #18648 from ClickHouse/send-fatal-logs-in-all-tests
Send fatal logs in all tests
This commit is contained in:
commit
91ca43d04d
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user