From 8a4b83af33ce91e1b5a853b8999c8974545ec86f Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 21 Apr 2014 08:43:57 -0400 Subject: [PATCH] fingerprint for race bug in swift account quotas Because this is a negative test failure, there really isn't anything useful outside of the test failure in the logs. This is basically a quota not getting applied fast enough, and the actual request passing. Move the old bug which was just a stack trace bug, to the new bug which includes analysis. Change-Id: I307a95a7e67ac1b4e7f944605342e37e7903ac6d Related-Bug: #1310597 --- queries/1288918.yaml | 4 ---- queries/1310597.yaml | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 queries/1288918.yaml create mode 100644 queries/1310597.yaml diff --git a/queries/1288918.yaml b/queries/1288918.yaml deleted file mode 100644 index 04bdabaf..00000000 --- a/queries/1288918.yaml +++ /dev/null @@ -1,4 +0,0 @@ -query: > - message:" File \"tempest/api/object_storage/test_account_quotas_negative.py\"" - AND message:" in test_upload_large_object" - AND tags:"console.html" diff --git a/queries/1310597.yaml b/queries/1310597.yaml new file mode 100644 index 00000000..f01dfac7 --- /dev/null +++ b/queries/1310597.yaml @@ -0,0 +1,3 @@ +query: > + message:"FAIL: tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_upload_large_object" + AND tags:console