From d69a90d6a81da081e125f2dfa747a55785a83e95 Mon Sep 17 00:00:00 2001 From: Daryl Walleck Date: Thu, 7 May 2015 16:34:44 -0500 Subject: [PATCH] Request to flag test_get_object_after_expiry_time due to Tempest bug While executing the test_get_object_after_expiry_time test from the ObjectExpiryTest, I experienced intermittent test failures. On further investigation, I discovered that this test has a hard coded "sleep for safety" step. While this value is sufficient for test environments, there is higher latency and processing time in a cloud under load. I've filed a Tempest issue (https://bugs.launchpad.net/tempest/+bug/1452915) that offers more reliable solutions to this problem, which I would be more than glad to implement. However, I can very rarely get this test to pass as is, as I suspect others may be having as well. I'd ask to flag this test while this Tempest issue is being worked through. Change-Id: I2f1080ece519f1857d30f2aefa265a980757536d --- 2015.04.json | 4 +++- 2015.next.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/2015.04.json b/2015.04.json index a8a231ad..4c3d49bf 100644 --- a/2015.04.json +++ b/2015.04.json @@ -471,7 +471,9 @@ "guidelines": ["2014.07", "2015.03", "2015.04"], "project": "swift", "description": "Basic object operations in Object Storage API", - "flagged": [], + "flagged": [ + "tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time" + ], "name": "objectstore-object", "tests": [ "tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way", diff --git a/2015.next.json b/2015.next.json index c23aa8e4..6fd5c03a 100644 --- a/2015.next.json +++ b/2015.next.json @@ -495,7 +495,9 @@ "guidelines": ["2014.07", "2015.03", "2015.04"], "project": "swift", "description": "Basic object operations in Object Storage API", - "flagged": [], + "flagged": [ + "tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time" + ], "name": "objectstore-object", "tests": [ "tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way",