From b1918aa2932d1ee0d7f99a275e0f82ed6b1c44d6 Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Mon, 28 Apr 2014 11:37:19 -0700 Subject: [PATCH] Add a fingerprint for bug 1313851 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: 1313851 Change-Id: I7594f0e463913aa33f3f3989abdb61dc42f7b135 --- queries/1313851.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1313851.yaml diff --git a/queries/1313851.yaml b/queries/1313851.yaml new file mode 100644 index 00000000..391cfb8b --- /dev/null +++ b/queries/1313851.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:"INSERT INTO ipallocations"