Puppet: System Administration Automated

Support

Ticket #1248 (new defect)

Opened 6 months ago

Last modified 6 months ago

20 tests fail without rails

Reported by: porridge Assigned to: luke
Priority: normal Milestone: elmo
Component: testing Version:
Severity: normal Keywords:
Cc: Triage Stage: Accepted
Attached Patches: None Complexity: Unknown

Description

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 `store'
/home/porridge/Desktop/coding/puppet-git/spec/unit/parser/compiler.rb:463:in `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 `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 `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 `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 `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 `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 `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 `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:

Change History

05/22/08 08:48:53 changed by jamtur01

  • owner changed from community to luke.
  • stage changed from Unreviewed to Accepted.
  • milestone set to 0.24.5.

05/22/08 10:14:44 changed by jamtur01

  • milestone changed from 0.24.5 to elmo.