Expand failure pattern for bug 1402747

It looks like the version in the error on juno are different than master
This commit makes the first half of the query version independent to
detect the same failure on all the branches. Doing this also makes the
second half of the query unnecessary since it will be also detected by
the console failure.

Co-Authored-By: Joe Gordon <joe.gordon0@gmail.com>
Change-Id: I4ff352554a83a9acc79c95a6fdfd7b5a6734dc86
This commit is contained in:
Matthew Treinish 2014-12-15 16:49:30 -05:00
parent 2f50707d95
commit 8860d0357d

View File

@ -1,5 +1,3 @@
query: >-
(message:"VersionConflict: SQLAlchemy 0.9.8 is installed but SQLAlchemy&lt;=0.8.99,&lt;=0.9.99,>=0.8.4,>=0.9.7 is required by ['oslo.db']" AND
tags:"console") OR
(message:"Client disconnected before sending all data to backend" AND
tags:"screen-g-api.txt")
(message:"VersionConflict: SQLAlchemy" message:"is installed but"
message:"is required by ['oslo.db']" AND tags:"console")