Update query for bug 1825435

The previous query was too restrictive so it was missing hits
but the stack overflow one is showing up in a lot more cases.

74 hits in 7 days, check and gate, all failures.

Change-Id: If8cc78568a3273f39b2aa2dc45872bf7cda7e728
This commit is contained in:
Matt Riedemann 2019-04-19 09:15:35 -04:00
parent 70755dec42
commit a2ef48a44b
1 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
query: >-
message:"'>' not supported between instances of 'NoneType' and 'datetime.datetime'" AND
tags:"console"
message:"| Fatal Python error: Cannot recover from stack overflow." AND
tags:"console" AND
project:"openstack/nova"