Issue #1248 has been updated by luke.
- Status changed from Accepted to Closed
- Affected version set to 0.24.4
This doesn't seem to happen now.
- Author: porridge
- Status: Closed
- Priority: Normal
- Assigned to: luke
- Category: testing
- Target version: 0.25.0
- Complexity: Unknown
- Patch: None
- Affected version: 0.24.4
- Keywords:
Actually I'm just guessing these all are about rails...
NameError in 'Puppet::Rails when initializing any connection should use settings'
uninitialized constant Logger
/home/porridge/Desktop/coding/puppet-git/spec/unit/rails.rb:12:
NameError in 'Puppet::Rails when initializing any connection should set up a logger with the appropriate Rails log file'
uninitialized constant Logger
/home/porridge/Desktop/coding/puppet-git/spec/unit/rails.rb:12:
NameError in 'Puppet::Rails when initializing any connection should set the log level to whatever the value is in the settings'
uninitialized constant Logger
/home/porridge/Desktop/coding/puppet-git/spec/unit/rails.rb:12:
NameError in 'Puppet::Rails when initializing any connection should set
ActiveRecord::Base.allow_concurrency'
uninitialized constant Logger
/home/porridge/Desktop/coding/puppet-git/spec/unit/rails.rb:12:
NameError in 'Puppet::Rails when initializing any connection should call
ActiveRecord::Base.verify_active_connections!'
uninitialized constant Logger
/home/porridge/Desktop/coding/puppet-git/spec/unit/rails.rb:12:
NameError in 'Puppet::Rails when initializing any connection should call
ActiveRecord::Base.establish_connection with database_arguments'
uninitialized constant Logger
/home/porridge/Desktop/coding/puppet-git/spec/unit/rails.rb:12:
NameError in 'Puppet::Parser::Compiler Puppet::Parser::Compiler when storing compiled resources should store the resources'
uninitialized constant Puppet::Parser::Compiler::ActiveRecord
/home/porridge/Desktop/coding/puppet-git/lib/puppet/parser/compiler.rb:433:in <at> store'
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/compiler.rb:463:in <at> send'
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/compiler.rb:463:
NameError in 'Puppet::Parser::Compiler Puppet::Parser::Compiler when storing compiled resources should store to active_record'
uninitialized constant Puppet::Rails::Host
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/compiler.rb:468:
NameError in 'Puppet::Parser::Collector when collecting exported resources should use initialize the Rails support if
ActiveRecord is not connected'
uninitialized constant
ActiveRecord
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:222:
NameError in 'Puppet::Parser::Collector when collecting exported resources should return all matching resources from the current compile'
uninitialized constant
ActiveRecord
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:212:in <at> stub_rails'
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:231:
NameError in 'Puppet::Parser::Collector when collecting exported resources should mark all returned resources as not virtual'uninitialized constant
ActiveRecord
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:212:in <at> stub_rails'
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:247:
NameError in 'Puppet::Parser::Collector when collecting exported resources should convert all found resources into parser resources'
uninitialized constant
ActiveRecord
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:212:in <at> stub_rails'
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:260:
NameError in 'Puppet::Parser::Collector when collecting exported resources should store converted resources in the compile's
resource list'
uninitialized constant
ActiveRecord
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:212:in <at> stub_rails'
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:280:
NameError in 'Puppet::Parser::Collector when collecting exported resources should mark resources collected from the database
as not exported'
uninitialized constant
ActiveRecord
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:212:in <at> stub_rails'
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:301:
NameError in 'Puppet::Parser::Collector when collecting exported resources should fail if an equivalent resource already exists in the compile'
uninitialized constant
ActiveRecord
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:212:in <at> stub_rails'
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:321:
NameError in 'Puppet::Parser::Collector when collecting exported resources should ignore exported resources that match already-collected resources'
uninitialized constant
ActiveRecord
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:212:in <at> stub_rails'
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:340:
NameError in 'Puppet::Parser::Collector when building its
ActiveRecord query for collecting exported resources should exclude all resources from the host if
ActiveRecord contains information for this host'
uninitialized constant
ActiveRecord
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:373:
NameError in 'Puppet::Parser::Collector when building its
ActiveRecord query for collecting exported resources should return
parameter names and parameter values when querying
ActiveRecord'
uninitialized constant
ActiveRecord
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:373:
NameError in 'Puppet::Parser::Collector when building its
ActiveRecord query for collecting exported resources should only search for exported resources with the matching type'
uninitialized constant
ActiveRecord
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:373:
NameError in 'Puppet::Parser::Collector when building its
ActiveRecord query for collecting exported resources should include the export query if one is provided'
uninitialized constant
ActiveRecord
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/collector.rb:373:
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To post to this group, send email to puppet-bugs <at> googlegroups.com
To unsubscribe from this group, send email to puppet-bugs+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---