You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by ma...@redhat.com on 2012/08/07 13:56:54 UTC

[PATCH 2/2] API TESTS: restores streaming GET content test

From: marios <ma...@redhat.com>


Signed-off-by: marios <ma...@redhat.com>
---
 tests/deltacloud/buckets_test.rb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tests/deltacloud/buckets_test.rb b/tests/deltacloud/buckets_test.rb
index 82e0e19..38fc120 100644
--- a/tests/deltacloud/buckets_test.rb
+++ b/tests/deltacloud/buckets_test.rb
@@ -212,7 +212,6 @@ describe 'Deltacloud API buckets collection' do
   end
 
   it 'should be possible to GET blob data with GET /api/buckets/:id/blob/content' do
-skip("SKIPPING THIS TEST FOR NOW - KNOWN ISSUE WITH GET CONTENT ON DELTACLOUD SIDE FIXME")
     res = get("#{BUCKETS}/#{@@my_bucket}/#{@@my_blob}/content")
     res.code.must_equal 200
     res.must_equal "This is the test blob content"
-- 
1.7.6.5


Re: [PATCH 2/2] API TESTS: restores streaming GET content test

Posted by Ronelle Landy <rl...@redhat.com>.
> From: marios@redhat.com
> To: dev@deltacloud.apache.org
> Sent: Tuesday, August 7, 2012 7:56:54 AM
> Subject: [PATCH 2/2] API TESTS: restores streaming GET content test
> 
QE ACK on Patch 1/2 and 2/2 ... will restest with smaller number of blobs
> From: marios <ma...@redhat.com>
> 
> 
> Signed-off-by: marios <ma...@redhat.com>
> ---
>  tests/deltacloud/buckets_test.rb |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/tests/deltacloud/buckets_test.rb
> b/tests/deltacloud/buckets_test.rb
> index 82e0e19..38fc120 100644
> --- a/tests/deltacloud/buckets_test.rb
> +++ b/tests/deltacloud/buckets_test.rb
> @@ -212,7 +212,6 @@ describe 'Deltacloud API buckets collection' do
>    end
>  
>    it 'should be possible to GET blob data with GET
>    /api/buckets/:id/blob/content' do
> -skip("SKIPPING THIS TEST FOR NOW - KNOWN ISSUE WITH GET CONTENT ON
> DELTACLOUD SIDE FIXME")
>      res = get("#{BUCKETS}/#{@@my_bucket}/#{@@my_blob}/content")
>      res.code.must_equal 200
>      res.must_equal "This is the test blob content"
> --
> 1.7.6.5
> 
>