From 76f8c4ddc26cab84c3c1de7fa4477f5bb7bf564b Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 5 Jun 2014 13:26:43 -0700 Subject: [PATCH] Add query for oslo.messaging unit test race bug 1283926 This is already fixed on master but since there is (oddly) a stable/icehouse branch for oslo.messaging that gets global-requirements changes sync'ed to it, it can show up on stable/icehouse still. Related-Bug: #1283926 Change-Id: I03ebfb8263573b2da2f744ca7c64f3fa403b7655 --- queries/1283926.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1283926.yaml diff --git a/queries/1283926.yaml b/queries/1283926.yaml new file mode 100644 index 00000000..c4be60bd --- /dev/null +++ b/queries/1283926.yaml @@ -0,0 +1,5 @@ +query: > + message:"IndexError\: pop from empty list" AND + tags:"console" AND + build_branch:"stable/icehouse" AND + project:"openstack/oslo.messaging"