Skip to content

Commit

Permalink
systemtests: check_log: improve failed job detection
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Apr 6, 2022
1 parent 56b906b commit 7a8cdd0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion systemtests/scripts/functions
Expand Up @@ -675,14 +675,18 @@ check_log()
-e "Encoding error for database" \
-e "^Could not find Client" \
-e "ERR=" \
-e "JobStatus=.*Error" \
-e "jobstatus: E" \
-e "jobstatus: e" \
-e "jobstatus: f" \
"$LOG"
then
bstat=1
fi

if grep \
-e "^ Termination: .*Restore Error" \
-e "^ Termination: *Restore OK -- warning " \
-e "^ Termination: *Restore OK -- warning" \
-e "^ Termination: .*Verify Differences" \
"$LOG"
then
Expand Down

0 comments on commit 7a8cdd0

Please sign in to comment.