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

Merge branch 'checklog-regex' into 'master'

Improve check_log regex

See merge request !23235

(cherry picked from commit 1fa6ffaa)

ce252167 Improve check_log regex
parent 57826287
No related branches found
No related tags found
Loading
Pipeline #849480 passed
......@@ -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"
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"
}
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