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]
Updated by Dominic Cleal almost 12 years ago
- Status changed from Assigned to Ready For Testing
Updated by Dominic Cleal almost 12 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 14a61af4510072c0eca7d88e557fab3406a9bc0b.
Actions