From 3121cb4c7bd991bcfe3df34cf51a03ae52087448 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 21 Aug 2015 11:36:19 -0700 Subject: [PATCH] Add query for server GET 500 7 hits in the last 48 hours, but since we've lost the last week of logstash data this is probably worse. This is a race when listing servers for all tenants where we get the initial list, but when lazy-loading attributes on the instances, like flavor, the instances are deleted (from other tests running in parallel). We can't use the InstanceNotFound in the n-api logs because that only results in 25% failure rates. Change-Id: I6c4588985548da3d5af2f4b3f76811324efad7ae Related-Bug: #1487570 --- queries/1487570.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1487570.yaml diff --git a/queries/1487570.yaml b/queries/1487570.yaml new file mode 100644 index 00000000..8f586009 --- /dev/null +++ b/queries/1487570.yaml @@ -0,0 +1,4 @@ +query: >- + message:"500 GET" AND + message:"servers\/detail?all_tenants= " AND + tags:"tempest.txt"