Skip to content

Commit 5a2248c

Browse files
committed
add logging, why is prior not working?
1 parent 1e28fb7 commit 5a2248c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/clickhouse-test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ def test_is_known_fail(test_name, test_logs, build_flags, broken_tests_file_path
162162
if not matching_rules:
163163
return False
164164

165+
log_file.write(f"First line of test logs: {test_logs.splitlines()[0]}\n")
166+
165167
for rule_data in matching_rules:
166168
if rule_data.get("check_types") and not any(
167169
ct in build_flags for ct in rule_data["check_types"]

0 commit comments

Comments
 (0)