[chef] Re: Serverspec 2.0 release


Chronological Thread 
  • From: "Rafał Trójniak" < >
  • To:
  • Subject: [chef] Re: Serverspec 2.0 release
  • Date: Fri, 3 Oct 2014 22:56:17 +0200

Helo,
Thanks, for that notification. I hope it will decrease time for other
people.

I've bumped to this today, and:
- lost 1 hour to figure out what's going one (it was in the middle of a
  tests)
- tried 1 hour to freeze version of serverspec in test-kitchen (see
  below)
- learned in 20 minutes how to fix incompatibility

Nerveless, this was quite unexpected end of the week. Is there any way
that I can force test-kitchen/busser to use only older version ? Some
way of effectively Gemfile would be really nice. It would allow to
migrate to new version of serverspec with preparations, not by force.

I've tried to google something, even dig into the code. I found that I
can put Gemfile inside serverspec directory (for example
tests/integration/default/serverspec/Gemfile). That almost worked
(older gems were also installed). But still old and new version is
present, ruby uses newer version and test crashes.

I have run tests successfully only by invoking ruby manually, specifying
each library with -I option, but that's it.

Regards.

On Fri,  3 Oct 2014 12:20:18 -0700 (PDT)
< >
 wrote:

> Most of you probably didn't know serverspec released a 2.0.0
> today[1]. You also might not have noticed but this likely breaks your
> test kitchen runs with something like this,
>  
>    /tmp/busser/suites/serverspec/spec_helper.rb:4:in `<top
> (required)>': uninitialized constant Serverspec::Helper::Exec
> (NameError) ...
>  
> From Serverspec,
> 
>    spec_helper.rb incompatible
>    spec_helper.rb does not have backward compatibility. So you should
> re-generate spec_helper.rb by serverspec-init and check it.
> 
>    Backend helper and DetectOS helper have been removed
>    In version 1, you need to include SpecInfra::Helper::backend_type
> SpecInfra::Helper::DetectOS to detect the os of target hosts like
> this.
> 
>    require 'serverspec'
>    include SpecInfra::Helper::Ssh
>    include SpecInfra::Helper::DetectOS
>  
> Test-Kitchen by default will install the latest version of serverspec.
> Thankfully upgrading is pretty easy. You can do the whole
> serverspec-init if you want but my helper looks like this,
>  
>    require 'serverspec'
> 
>    # Required by serverspec
>    set :backend, :exec
>  
> [1] - http://rubygems.org/gems/serverspec/versions/2.0.0


-- 
Rafał Trójniak
WEB : http://trojniak.net/

 : 

Jid : 

GPG  key-ID : 9A9A9E98
ABC8 83DF E717 6B76 CE49
BAFD 4F6F 854F 9A9A 9E98

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.16.

§