From 701b6d72f5850c931efdb52d8c878b9fee17aae3 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 6 Sep 2016 14:06:44 -0400 Subject: [PATCH] Add query for cells v1 snapshot race bug 1620761 12 hits in 7 days, check and gate, all failures. This is only failing on the cells v1 job. There are no clear service logs that are for this failure as it's probably some obscure race in cellsv1 state tracking. Change-Id: Ibc3d159e61f20f1b0975247d4148aa45e87821b1 Related-Bug: #1620761 --- queries/1620761.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1620761.yaml diff --git a/queries/1620761.yaml b/queries/1620761.yaml new file mode 100644 index 00000000..77276527 --- /dev/null +++ b/queries/1620761.yaml @@ -0,0 +1,5 @@ +query: >- + message:"Details: (ImagesOneServerNegativeTestJSON:tearDown) Server" AND + message:"failed to reach ACTIVE status and task state \"None\" within the required time" AND + message:"Current status: ACTIVE. Current task state: image_snapshot." AND + build_name:"gate-tempest-dsvm-cells"