Skip to content
Snippets Groups Projects

Sweeping !24115 from master to 21.1. ATR-19820: adding 'athenaHLT.py: error' to error patterns.

Merged Sweeping !24115 from master to 21.1. ATR-19820: adding 'athenaHLT.py: error' to error patterns.
Merged Atlas Nightlybuild requested to merge cherry-pick-c89b3cd866-21.1 into 21.1
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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|ImportError|AttributeError|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|AttributeError|inconsistent use of tabs and spaces in indentation|glibc detected|tcmalloc\: allocation failed|athenaHLT.py\: error"
}
if ($warnings) {
push @patterns, "WARNING ";
Loading