Skip to content

Commit 573a73b

Browse files
committed
improve new log messages
1 parent 6900c18 commit 573a73b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/clickhouse-test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def test_is_known_fail(test_name, test_logs, build_flags, broken_tests_file_path
167167
ct in build_flags for ct in rule_data["check_types"]
168168
):
169169
log_file.write(
170-
f"Check types didn't match: '{rule_data['check_types']}' not in '{build_flags}'\n"
170+
f"Skip rule: Check types didn't match: '{rule_data['check_types']}' not in '{build_flags}'\n"
171171
)
172172
continue # check_types didn't match → skip rule
173173

@@ -185,7 +185,7 @@ def test_is_known_fail(test_name, test_logs, build_flags, broken_tests_file_path
185185
)
186186
continue
187187

188-
log_file.write(f"Test {test_name} matched rule: {rule_data}\n")
188+
log_file.write(f"Matched rule: {rule_data}\n")
189189
return rule_data["reason"]
190190

191191
return False

0 commit comments

Comments
 (0)