Skip to content

Commit d98149c

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.
1 parent f1f2b4e commit d98149c

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
@@ -1020,6 +1020,11 @@ def handle_log_file(
10201020
if re.search("Running .* items in this shard:", line):
10211021
print_to_stderr(line.rstrip())
10221022
print_to_stderr("")
1023+
1024+
# Temporary dumping the log file into stderr for QA reference
1025+
print_to_stderr(f"\n START of temporary dumping of {test} execution log file from ({file_path})")
1026+
print_to_stderr(full_text)
1027+
print_to_stderr(f"END of temporary dumping of {test} execution log file form ({file_path})\n")
10231028
return
10241029

10251030
# otherwise: print entire file

0 commit comments

Comments
 (0)