Skip to content

Commit 3834937

Browse files
committed
Fix test
1 parent 4494ef8 commit 3834937

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/queries/0_stateless/00002_log_and_exception_messages_formatting.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-- Tags: no-parallel, no-fasttest, no-ubsan, no-batch, no-flaky-check
22
-- no-parallel because we want to run this test when most of the other tests already passed
33
-- This is not a regular test. It is intended to run once after other tests to validate certain statistics about the whole test runs.
4-
-- TODO: I advise to put in inside clickhouse-test instead.
54

5+
-- TODO: I advise to put in inside clickhouse-test instead.
66
-- If this test fails, see the "Top patterns of log messages" diagnostics in the end of run.log
77

88
system flush logs text_log;
@@ -76,6 +76,7 @@ create temporary table known_short_messages (s String) as select * from (select
7676
'',
7777
'({}) Keys: {}',
7878
'({}) {}',
79+
'{} failed: {}',
7980
'Aggregating',
8081
'Attempt to read after EOF.',
8182
'Attempt to read after eof',

0 commit comments

Comments
 (0)