Add query for nova unit test race bug 1403564

105 hits in 9 days, check and gate, all fails,
multiple changes.

Restricting to just gate queue since it's a unit
test, but still 42 hits in 9 days in the gate.

When restricted to the gate queue, it's only hitting
on one change but the change is pretty much unrelated
to what's failing here, so this must just be very
intermittent.

Change-Id: I4fa04aa3d88a44cf38e2ee4f5f1fa4628c2dde5b
Related-Bug: #1403564
This commit is contained in:
Matt Riedemann 2014-12-17 08:16:01 -08:00
parent d4dda3e33b
commit 5d38fe25b4
1 changed files with 6 additions and 0 deletions

6
queries/1403564.yaml Normal file
View File

@ -0,0 +1,6 @@
query: >
message:"- function.__call__(<nova.tests.unit.conductor.test_conductor.FakeContext object at" AND
message:"NoValidHost(u'No valid host was found. fake-reason',)" AND
tags:"console" AND
build_name:"gate-nova-python27" AND
build_queue:"gate"