diff --git a/logwarn_openqa b/logwarn_openqa index 9fe4ff1..d595d60 100755 --- a/logwarn_openqa +++ b/logwarn_openqa @@ -84,6 +84,7 @@ $logwarn ${options} -m '\[.*:?(debug|info|warn|error)\]' -p ${file} \ '!\[error\].*cmd returned [0-9]*$' \ `# https://progress.opensuse.org/issues/125459` \ '!\[error\].*naive_verify_failed_return' \ - '\[.*:?(warn|error)\]' '!\[.*:?(debug|info)\]' \ `# https://progress.opensuse.org/issues/138536` \ - '!\[error\].*Worker [0-9]+ has no heartbeat.*' $@ + '!\error\].*heartbeat.*' \ + '\[.*:?(warn|error)\]' '!\[.*:?(debug|info)\]' \ + $@ diff --git a/test_logwarn b/test_logwarn index 933e236..646dcd3 100755 --- a/test_logwarn +++ b/test_logwarn @@ -97,7 +97,7 @@ is-ignored '\[warn\].* Unable to wakeup scheduler: Request timeout' is-ignored '\[warn\].* fatal: Invalid revision range .*\.\.' is-ignored '\[warn\] \[pid:[0-9]*\] $' is-ignored '\[error\].*cmd returned 32768$' -is-ignored '\[error\] Worker 17519 has no heartbeat \(900 seconds\), restarting \(see FAQ for more\)' +is-ignored '\[error\] Worker 17519 has no heartbeat' done-testing # explicitly exit with $rc unless we are run by prove