From 4850863117a233e70809b68fcb8c5643ede0ab56 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 11 Apr 2018 09:09:12 -0400 Subject: [PATCH] Add query for nova functional race KeyError bug 1762876 8 hits in 7 days, check and gate, multiple branches. This isn't 100% fail because some negative tests pass with dumping a stacktrace. The real failure is a KeyError but given these are in functional tests, the KeyError is on its own line without context. Change-Id: I08f386a9317951f9dacab89da7fadcec2f4fca9e --- queries/1762876.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1762876.yaml diff --git a/queries/1762876.yaml b/queries/1762876.yaml new file mode 100644 index 00000000..e7cd7553 --- /dev/null +++ b/queries/1762876.yaml @@ -0,0 +1,3 @@ +query: >- + message:"cn_uuid = self.compute_nodes[node].uuid" AND + tags:"console"