From 04def9320cc2eca84cbc1c4a3803d4c8736d1cc3 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 9 Nov 2018 12:26:20 -0500 Subject: [PATCH] Add query for AllocationUpdateFailed race bug 1798688 49 hits since Nov 4, check and gate, all failures. The tags are console and n-sch since this hits tempest/dsvm and nova functional jobs. Change-Id: I8605ccbfc401cfe86f445adc2a6921e8837c81f1 --- queries/1798688.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1798688.yaml diff --git a/queries/1798688.yaml b/queries/1798688.yaml new file mode 100644 index 00000000..874b701b --- /dev/null +++ b/queries/1798688.yaml @@ -0,0 +1,5 @@ +query: >- + message:"AllocationUpdateFailed: Failed to update allocations for consumer" AND + message:"Error: another process changed the consumer" AND + message:"after the report client read the consumer state during the claim" AND + (tags:"console" OR tags:"screen-n-sch.txt")