From 58ca03b4b8097d7a90cca3c267863a83e7a28e67 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 22 Jul 2014 15:52:08 -0400 Subject: [PATCH] Add query for bug 1347122 This commit adds a query for the tempest unit test race in TestServerWaiters. The fix/revert is already in progress but we've hit this at least once in the gate so let's drop it from the uncategorized list. Change-Id: Ica13ffc2cb82c53a7ac67f7a25e01983a6a7bba6 Partial-Bug: #1347122 --- queries/1347122.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1347122.yaml diff --git a/queries/1347122.yaml b/queries/1347122.yaml new file mode 100644 index 00000000..0d79b456 --- /dev/null +++ b/queries/1347122.yaml @@ -0,0 +1,3 @@ +query: > + message:"self.assertTrue" AND message:"end_time - start_time" AND + tags:console AND build_name:"gate-tempest-python27"