From 40e72f0e5f18657058f3066eb561821d2c8fde04 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sun, 27 Jul 2014 10:00:16 -0700 Subject: [PATCH] Add query for oslo unit test race bug 1282691 Sounds like this has been around for a long time, I'm just fingerprinting on the test case name since it's a unit test failure in the console logs. 4 failures in 7 days, check and gate, master and stable/icehouse branches. Change-Id: Ie561edf68f5b2c22ceabb6d829dcf38ad4267d75 Related-Bug: #1282691 --- queries/1282691.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1282691.yaml diff --git a/queries/1282691.yaml b/queries/1282691.yaml new file mode 100644 index 00000000..cc3d13b6 --- /dev/null +++ b/queries/1282691.yaml @@ -0,0 +1,4 @@ +query: > + message:"FAIL: tests.unit.rpc.test_qpid.RpcQpidTestCase.test_consume_thread_exception" AND + project:"openstack/oslo-incubator" AND + tags:"console"