Commit aee2b4ba authored by Bjorn Munch's avatar Bjorn Munch

upmerge 12916194

parents 22fbeb69 f2d38ee5
...@@ -4196,6 +4196,11 @@ sub extract_server_log ($$) { ...@@ -4196,6 +4196,11 @@ sub extract_server_log ($$) {
else else
{ {
push(@lines, $line); push(@lines, $line);
if (scalar(@lines) > 1000000) {
$Ferr = undef;
mtr_warning("Too much log from test, bailing out from extracting");
return ();
}
} }
} }
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment