Skip to content

Commit

Permalink
Merge pull request #19 from kalikiana/ignore_cant_update_joblocks_row…
Browse files Browse the repository at this point in the history
…_not_found

Ignore "Can't update OpenQA::Schema::Result::JobLocks row not found"
  • Loading branch information
okurz committed Feb 11, 2022
2 parents fdd1d55 + 8621455 commit a7aeda2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions in.log
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ more output that is not properly prefixed
]
[Wed Oct 19 02:10:12 2016] [4608:warn] 619442 got a status update but has no worker. huh?
[Wed Oct 19 03:09:37 2016] [8980:warn] 619391 got an artefact but has no worker. huh?
[2022-02-09T09:18:36.037118Z] [error] [jLS1TUmNy9di] DBIx::Class::Row::update(): Can't update OpenQA::Schema::Result::JobLocks=HASH(0x5629a3827fb8): row not found at /usr/share/openqa/script/../lib/OpenQA/Resource/Locks.pm line 139
[Thu Dec 1 12:41:26 2016] [25660:warn] Asset repo/SLE-12-SP3-SDK-POOL-s390x-Build0052-Media1 is not in any job group, will delete in 11 days
[Thu Dec 5 12:41:26 2016] [1719:warn] AMQP connection error: Connect timeout
[Thu Dec 5 12:41:26 2016] [websockets:warn] dead job 813295 aborted and duplicated 813306
Expand Down
2 changes: 2 additions & 0 deletions logwarn_openqa
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ $logwarn ${options} -m '\[.*:?(debug|info|warn|error)\]' -p ${file} \
'!websockets:warn\] A message received from unknown worker connection' \
`# https://progress.opensuse.org/issues/21018` \
'!warn\] Stopping worker .* immediately' \
`# https://progress.opensuse.org/issues/106613` \
'!error\].* DBIx::Class::Row::update(): Can.t update OpenQA::Schema::Result::JobLocks=.* row not found' \
`# https://progress.opensuse.org/issues/23536` \
'!error\] org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.' \
`# https://progress.opensuse.org/issues/19674 ` \
Expand Down
1 change: 1 addition & 0 deletions test_logwarn
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ is-ignored '\[error\] DBIx.*number of parameters must be between.*OpenQA/WebAPI/
is-ignored '\[error\] mkdir /var/lib/openqa/images/0bf/862/.thumbs: File exists at /usr/share/openqa/script/../lib/OpenQA/Schema/Result/Jobs.pm line 1227'
is-ignored '\[warn\].*Ignoring invalid group {"name":"123"}'
is-ignored '\[error\] Template was modified'
is-ignored '\[error\].* DBIx::Class::Row::update\(\): Can.t update OpenQA::Schema::Result::JobLocks'
is-ignored '\[error\].* Cannot read symbolic link .*/.run_last): No such file or directory'
is-ignored '\[error\].* Needle file .*.json not found within /var/lib/openqa/share/tests/opensuse/products/opensuse/needles.'
is-ignored '\[error\].* Publishing opensuse.openqa.job.restart failed: Connect timeout (9 attempts left)'
Expand Down

0 comments on commit a7aeda2

Please sign in to comment.