Actions
Feature #12152
closed
support for running of smart-proxy under ruby 2.2
Actions
Added by Anonymous over 10 years ago. Updated almost 8 years ago.
Note that as per https://github.com/theforeman/foreman/pull/2517, we only have Ruby 2.2.1 available via rvm on our Jenkins infra rather than any later patch level. Hopefully it'll work for the proxy, if not Foreman.
https://github.com/theforeman/foreman-infra/pull/192 added 2.2.3 to the smart proxy develop test matrix, which now fails with:
15:24:46 /var/lib/workspace/workspace/test_proxy_develop/puppet/4.2.0/ruby/2.2/test/test_helper.rb:1:in `require': cannot load such file -- test/unit (LoadError) 15:24:46 from /var/lib/workspace/workspace/test_proxy_develop/puppet/4.2.0/ruby/2.2/test/test_helper.rb:1:in `<top (required)>' 15:24:46 from /var/lib/workspace/workspace/test_proxy_develop/puppet/4.2.0/ruby/2.2/test/bmc/bmc_api_shell_test.rb:1:in `require' 15:24:46 from /var/lib/workspace/workspace/test_proxy_develop/puppet/4.2.0/ruby/2.2/test/bmc/bmc_api_shell_test.rb:1:in `<top (required)>' 15:24:46 from /usr/local/rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/rake/rake_test_loader.rb:15:in `require' 15:24:46 from /usr/local/rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/rake/rake_test_loader.rb:15:in `block in <main>' 15:24:46 from /usr/local/rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/rake/rake_test_loader.rb:4:in `select' 15:24:46 from /usr/local/rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/rake/rake_test_loader.rb:4:in `<main>'
Applied in changeset b617b3f7cb898726226533bf4bc5e62e948be5d5.