Issue #11883 has been reported by Matt Robinson.

----------------------------------------
Bug #11883: Spec tests are failing when you have Rails 3.1.3 installed
https://projects.puppetlabs.com/issues/11883

Author: Matt Robinson
Status: Accepted
Priority: Normal
Assignee: 
Category: Rails
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


There are 11 spec failures on puppet when you run with Rails 3.1.3 installed.  
They don't fail with 2.3.14 installed.  I've pasted on example failure below.  
They all have the same error: ActiveRecord::ConnectionNotEstablished
  
    6) Puppet::Resource::Catalog::ActiveRecord when saving an instance should 
set the last compile time on the host
     Failure/Error: @host = Host.new(:name => "foo")
     ActiveRecord::ConnectionNotEstablished:
       ActiveRecord::ConnectionNotEstablished
     # 
/Library/Ruby/Gems/1.8/gems/activerecord-3.1.3/lib/active_record/connection_adapters/abstract/connection_specification.rb:111:in
 `connection_pool'
     # 
/Library/Ruby/Gems/1.8/gems/activerecord-3.1.3/lib/active_record/base.rb:723:in 
`column_defaults'
     # 
/Library/Ruby/Gems/1.8/gems/activerecord-3.1.3/lib/active_record/persistence.rb:327:in
 `attributes_from_column_definition'
     # 
/Library/Ruby/Gems/1.8/gems/activerecord-3.1.3/lib/active_record/locking/optimistic.rb:69:in
 `attributes_from_column_definition'
     # 
/Library/Ruby/Gems/1.8/gems/activerecord-3.1.3/lib/active_record/base.rb:1550:in
 `initialize'
     # ./spec/unit/indirector/catalog/active_record_spec.rb:96:in `new'
     # ./spec/unit/indirector/catalog/active_record_spec.rb:96


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to