Actions
Bug #2262
closedtest_it_should_return_puppetclasses failure on PostgreSQL
Description
Failed assertion, no message given. (test_it_should_return_puppetclasses) /var/lib/workspace/workspace/test_develop_matrix/database/postgresql/label/el/puppet/3.0/ruby/1.9.3/test/unit/classification_test.rb:11 http://ci.theforeman.org/job/test_develop_matrix/database=postgresql,label=el,puppet=3.0,ruby=1.9.3/lastCompletedBuild/testReport/%28root%29/ClassificationTest/test_it_should_return_puppetclasses/ postgresql: [9] pry(#<Classification>)> EnvironmentClass.where(:environment_id => hosts(:one).environment_id, :puppetclass_id => [980190962]).pluck('DISTINCT puppetclass_id') => ["980190962"] sqlite: [5] pry(#<ClassificationTest>)> EnvironmentClass.where(:environment_id => hosts(:one).environment_id, :puppetclass_id => [980190962]).pluck('DISTINCT puppetclass_id') => [980190962]
Actions