[openstack-dev] [qa] Meaning of 204 from DELETE apis

2014-06-12 Thread David Kranz
Tempest has a number of tests in various services for deleting objects that mostly return 204. Many, but not all, of these tests go on to check that the resource was actually deleted but do so in different ways. Sometimes they go into a timeout loop waiting for a GET on the object to fail.

Re: [openstack-dev] [qa] Meaning of 204 from DELETE apis

2014-06-12 Thread Jay Pipes
On 06/12/2014 05:17 PM, David Kranz wrote: Tempest has a number of tests in various services for deleting objects that mostly return 204. Many, but not all, of these tests go on to check that the resource was actually deleted but do so in different ways. Sometimes they go into a timeout loop

Re: [openstack-dev] [qa] Meaning of 204 from DELETE apis

2014-06-12 Thread David Kranz
On 06/12/2014 05:27 PM, Jay Pipes wrote: On 06/12/2014 05:17 PM, David Kranz wrote: Tempest has a number of tests in various services for deleting objects that mostly return 204. Many, but not all, of these tests go on to check that the resource was actually deleted but do so in different ways.

Re: [openstack-dev] [qa] Meaning of 204 from DELETE apis

2014-06-12 Thread Christopher Yeoh
On Fri, Jun 13, 2014 at 7:05 AM, David Kranz dkr...@redhat.com wrote: On 06/12/2014 05:27 PM, Jay Pipes wrote: On 06/12/2014 05:17 PM, David Kranz wrote: Tempest has a number of tests in various services for deleting objects that mostly return 204. Many, but not all, of these tests go on to

Re: [openstack-dev] [qa] Meaning of 204 from DELETE apis

2014-06-12 Thread GHANSHYAM MANN
On Fri, Jun 13, 2014 at 8:42 AM, Christopher Yeoh cbky...@gmail.com wrote: On Fri, Jun 13, 2014 at 7:05 AM, David Kranz dkr...@redhat.com wrote: On 06/12/2014 05:27 PM, Jay Pipes wrote: On 06/12/2014 05:17 PM, David Kranz wrote: Tempest has a number of tests in various services for