On Thu, 2012-08-02 at 10:56 +0300, [email protected] wrote: > On 02/08/12 03:11, David Lutterkort wrote: > > On Wed, 2012-08-01 at 14:38 +0300, [email protected] wrote: > >> From: marios <[email protected]> > >> > >> > >> Signed-off-by: marios <[email protected]> > >> --- > >> tests/config.yaml | 19 ++- > >> tests/deltacloud/base_api_test.rb | 8 +- > >> tests/deltacloud/images_test.rb | 75 ++++++++ > >> tests/deltacloud/instances_test.rb | 353 > >> ++++++++++++++++++++++++++++++++++++ > >> 4 files changed, 448 insertions(+), 7 deletions(-) > > > > When I run 'rake test:deltacloud' I get a failure in buckets_test.rb:200 > > ("should be possible to GET blob data with > > GET /api/buckets/:id/blob/content") that kills my server and makes all > > subsequent tests die with Errno::ECONNREFUSED. The server dies with > > 'TypeError - can't modify frozen array:' with a very impressive > > stacktrace (attached) > > yes, this is the GET blob content issue I was telling you about and > which we decided to put on ice until after the testing framework was > somewhat more complete. I guess I could just skip this test for now
Yes, skipping the test is the right thing for now. David
