From 4cbdf29c676f3b7abea7f86b7211142bdef22ad4 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sat, 31 May 2014 11:58:23 -0700 Subject: [PATCH] Add query for nova unit test bug 1325246 This is only failing in the check queue and it's failing on network related changes, but I'm also seeing it locally where I don't have any changes to the Network* objects so I suspect there is a deeper issue there causing the race fail. Related-Bug: #1325246 Change-Id: I6270c4f4f6bd3abc4d69433da70a4093820427a2 --- queries/1325246.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1325246.yaml diff --git a/queries/1325246.yaml b/queries/1325246.yaml new file mode 100644 index 00000000..1691bb87 --- /dev/null +++ b/queries/1325246.yaml @@ -0,0 +1,4 @@ +query: > + message:"Network object has changed; please make sure the version has been bumped, and then update this hash" AND + (build_name:gate-nova-python26 OR build_name:gate-nova-python27) AND + tags:console