From f54f4f76f7643d7a54c210417a947632c7924c0b Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 5 Mar 2015 08:49:01 -0800 Subject: [PATCH] Add query for nova context unit test bug 1428728 19 hits in 7 days, check and gate, all failures. This showed up when nova switched to using oslo.context for it's RequestContext and the new test was introduced. Leaving this for check and gate given how small the unit test is. Change-Id: Icc2fe20217689dda59af17f6af1d209ce6af75c9 Related-Bug: #1428728 --- queries/1428728.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1428728.yaml diff --git a/queries/1428728.yaml b/queries/1428728.yaml new file mode 100644 index 00000000..2f89aa1f --- /dev/null +++ b/queries/1428728.yaml @@ -0,0 +1,5 @@ +query: >- + message:"nova.tests.unit.test_context.ContextTestCase.test_store_when_no_overwrite" AND + message:"FAILED" AND + tags:"console" AND + build_name:"gate-nova-python27"