From f04de5224f1acb0672d3072efad90cfde1aba7d3 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 9 Feb 2016 12:16:51 -0800 Subject: [PATCH] Add query for nova wsgi unit test eventlet 0.18.2 bug 1543766 44 hits in the last 24 hours since eventlet 0.18.2 was released. These are actually probably 2 hits per job run that fails, so it's more like 22 failures in the last 24 hours, and only on the py27 job, not the py34 job for some reason. Change-Id: Id5506f4cce4d9dd0d056a107c6a3aee0eeedc9e6 Related-Bug: #1543766 --- queries/1543766.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1543766.yaml diff --git a/queries/1543766.yaml b/queries/1543766.yaml new file mode 100644 index 00000000..7383d126 --- /dev/null +++ b/queries/1543766.yaml @@ -0,0 +1,4 @@ +query: >- + message:"testtools.matchers._impl.MismatchError: 'OK\\r\\n' != 'PONG'" AND + tags:"console" AND + build_name:"gate-nova-python27"