From e4bc036531e768b011bc879dbb33dc0dd092d1d3 Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Tue, 9 Jun 2015 16:46:18 -0700 Subject: [PATCH] Remove flag for test_get_object_after_expiry_time from 2015.next From original flag commit message: [1] "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." This bug has been fixed, and the flag should be removed[2]. [1] https://review.openstack.org/#/c/181164/ [2] https://review.openstack.org/#/c/192111 Change-Id: Ia0a8fbea97d8d0dea1f31ecb1b4718eb288f41df --- flagged_list | 1 - 1 file changed, 1 deletion(-) diff --git a/flagged_list b/flagged_list index cca7fbe6..82573812 100644 --- a/flagged_list +++ b/flagged_list @@ -46,6 +46,5 @@ tempest.api.compute.test_authorization.AuthorizationTestJSON.test_get_metadata_o tempest.api.compute.test_authorization.AuthorizationTestJSON.test_set_metadata_of_alt_account_server_fails[gate,id-c5f52351-53d9-4fc9-83e5-917f7f5e3d71] tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[gate,id-52e9045a-e90d-4c0d-9087-79d657faffff] tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params[gate,id-1e341d7a-90a9-494c-b143-2cdf2aeb6aee] -tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time[gate,id-fb024a42-37f3-4ba5-9684-4f40a7910b41] tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds[gate,id-07c9cf95-c0d4-4b49-b9c8-0ef2c9b27193,smoke] tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_object_with_another_user_creds[gate,id-54e2a2fe-42dc-491b-8270-8e4217dd4cdc,smoke]