Skip to content

Commit f62a2ac

Browse files
Merge pull request ClickHouse#80380 from ClickHouse/fix-test-03237
Fix test `03237_create_or_replace_view_atomically_with_atomic_engine`
2 parents 8a9f81f + 9362e3f commit f62a2ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/queries/0_stateless/03237_create_or_replace_view_atomically_with_atomic_engine.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/usr/bin/env bash
22
# Tags: long, no-fasttest
33

4+
# Server may ignore some exceptions, but it still print exceptions to logs and (at least in CI) sends Error and Warning log messages to client
5+
# making test fail because of non-empty stderr. Ignore such log messages.
6+
CLICKHOUSE_CLIENT_SERVER_LOGS_LEVEL=fatal
7+
48
CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
59
# shellcheck source=../shell_config.sh
610
. "$CUR_DIR"/../shell_config.sh

0 commit comments

Comments
 (0)