From 9694db44d28c47a74e117e14baf0f19f99d99334 Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Mon, 28 Apr 2014 11:15:29 -0700 Subject: [PATCH] Add a fingerprint for bug 1313800 When this bug is hit, it does not always result in a job failure. However, it is an error condition which should be avoided anyway. Related-Bug: 1313800 Change-Id: I1419e8457cfb54f34b521bf44691710705436dba --- queries/1313800.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1313800.yaml diff --git a/queries/1313800.yaml b/queries/1313800.yaml new file mode 100644 index 00000000..99050692 --- /dev/null +++ b/queries/1313800.yaml @@ -0,0 +1,5 @@ +query: >- + message:"(OperationalError) (1205, 'Lock wait timeout exceeded; try restarting transaction')" AND NOT + message:"Traceback (most recent call last" AND + tags:"screen-q-svc.txt" AND + message:"UPDATE pools SET status"