Skip to content
Snippets Groups Projects
Commit 782b9c45 authored by Walter Lampl's avatar Walter Lampl Committed by Atlas Nightlybuild
Browse files

Merge branch 'checklog-add-ImportError' into 'master'

Add ImportError to check_log patterns

See merge request !23970

(cherry picked from commit bddec603)

7843f0cb Add ImportError to check_log patterns
parent 54b2ee57
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ sub scan_logfile(){
@patterns=();
if ($errors) {
push @patterns, "^ERROR | ERROR | FATAL |CRITICAL |ABORT_CHAIN ";
push @patterns, "^Exception\:|^Caught signal|^Core dump|Traceback|Shortened traceback|stack trace|^Algorithm stack\:|IncludeError|inconsistent use of tabs and spaces in indentation|glibc detected|tcmalloc\: allocation failed"
push @patterns, "^Exception\:|^Caught signal|^Core dump|Traceback|Shortened traceback|stack trace|^Algorithm stack\:|IncludeError|ImportError|inconsistent use of tabs and spaces in indentation|glibc detected|tcmalloc\: allocation failed"
}
if ($warnings) {
push @patterns, "WARNING ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment