Skip to content

Commit 4e3b69a

Browse files
pruthvistonydnikolaev-amd
authored andcommitted
[NO CP] Temporary dumping of test exec log to stderr
- This is done as per QA request, needs to be reverted and not required to be cherry-picked into later releases. (cherry picked from commit 2b0f39b)
1 parent b94be16 commit 4e3b69a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/run_test.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,6 +1132,11 @@ def handle_log_file(
11321132
if re.search("Running .* items in this shard:", line):
11331133
print_to_stderr(line.rstrip())
11341134
print_to_stderr("")
1135+
1136+
# Temporary dumping the log file into stderr for QA reference
1137+
print_to_stderr(f"\n START of temporary dumping of {test} execution log file from ({file_path})")
1138+
print_to_stderr(full_text)
1139+
print_to_stderr(f"END of temporary dumping of {test} execution log file form ({file_path})\n")
11351140
return
11361141

11371142
# otherwise: print entire file

0 commit comments

Comments
 (0)