Skip to content

Commit 0eb6a09

Browse files
pruthvistonyjithunnair-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.
1 parent 84113c1 commit 0eb6a09

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
@@ -1024,6 +1024,11 @@ def handle_log_file(
10241024
if re.search("Running .* items in this shard:", line):
10251025
print_to_stderr(line.rstrip())
10261026
print_to_stderr("")
1027+
1028+
# Temporary dumping the log file into stderr for QA reference
1029+
print_to_stderr(f"\n START of temporary dumping of {test} execution log file from ({file_path})")
1030+
print_to_stderr(full_text)
1031+
print_to_stderr(f"END of temporary dumping of {test} execution log file form ({file_path})\n")
10271032
return
10281033

10291034
# otherwise: print entire file

0 commit comments

Comments
 (0)