From c5e5f619901c692871c8ee873e724dcab93423a1 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 24 Jun 2019 11:06:29 -0400 Subject: [PATCH] Add query for tempest race fail bug 1834046 This is rare, only 4 hits in 7 days, all failures, and the error message is only from tempest so it's not great but it's really all we have since it's a failed assertion due to a race in the test. Change-Id: Ie63c4ed935bb363b3e17ffd14b0cc0aab040935d --- queries/1834046.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1834046.yaml diff --git a/queries/1834046.yaml b/queries/1834046.yaml new file mode 100644 index 00000000..42fcae31 --- /dev/null +++ b/queries/1834046.yaml @@ -0,0 +1,3 @@ +query: >- + message:"testtools.matchers._impl.MismatchError: > returned {}" AND + tags:"console"