From 35321fbebbd2b6d12722b7045d6af2ac916e2d64 Mon Sep 17 00:00:00 2001 From: Artom Lifshitz Date: Tue, 16 Jul 2019 10:17:56 -0400 Subject: [PATCH] Add query for bug 1836754 It has a low hit rate because it's a race in a very specific case (deleting an instance before it finished building), but it's a legitimate bug nonetheless. Change-Id: Ib5014af4518f7682b79fdc85b7af06814747bacf --- queries/1836754.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1836754.yaml diff --git a/queries/1836754.yaml b/queries/1836754.yaml new file mode 100644 index 00000000..6eb13c39 --- /dev/null +++ b/queries/1836754.yaml @@ -0,0 +1,4 @@ +query: >- + message:"Unable to delete allocation for instance" AND + message:"\"code\": \"placement.concurrent_update\"" AND + tags:"screen-n-api.txt"