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
This commit is contained in:
parent
e6c014be2a
commit
d69a90d6a8
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user