From ef074a1873d2221283dcfa416206f71c379de1a0 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sun, 27 Jul 2014 14:29:00 -0700 Subject: [PATCH] Add query for oslo rpc unit test race bug 1288899 3 hits in 2 weeks in the check queue, but all failures and on different changes. Since this is a unit test failure I'm just fingerprinting on the test case name in the console logs. Change-Id: Ia6bbd6377d4ee75e29f1b5cf631919e3feb2e686 Related-Bug: #1288899 --- queries/1288899.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1288899.yaml diff --git a/queries/1288899.yaml b/queries/1288899.yaml new file mode 100644 index 00000000..e8736446 --- /dev/null +++ b/queries/1288899.yaml @@ -0,0 +1,4 @@ +query: > + message:"FAIL: tests.unit.rpc.test_fake.RpcFakeTestCase.test_multithreaded_resp_routing" AND + project:"openstack/oslo-incubator" AND + tags:"console"