Add query for latent cells v1 rebuild race bug 1709985

This query existed at one point and then was removed,
probably because we rename the job and it wasn't hitting
anymore as a result. This still shows up from time to
time as new rebuild tests are added to tempest so we
might as well track it.

Currently 6 hits in the check queue on multiple changes.

Change-Id: Ie8715b6c43a57a8c8521c96ea2bbd5d8266cf950
This commit is contained in:
Matt Riedemann 2018-06-26 11:04:53 -04:00
parent 99f4344848
commit 6732c7eb4f
1 changed files with 6 additions and 0 deletions

6
queries/1709985.yaml Normal file
View File

@ -0,0 +1,6 @@
query: >-
message:"failed to reach ACTIVE status and task state \"None\" within the required time" AND
message:"Current status: REBUILD. Current task state: " AND (
message:"rebuild_spawning" OR message:"rebuild_block_device_mapping") AND
tags:"console" AND
build_name:"nova-cells-v1"