Project

General

Profile

Actions

Bug #30901

closed

REX features are being registered before migrations are run

Added by Adam Ruzicka over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman
Difficulty:
Triaged:
No
Found in Releases:

Description

It can happen that we are trying to register a feature with fields that don't exist in the db yet. If this happens, it fails with:

ActiveModel::UnknownAttributeError: unknown attribute 'proxy_selector_override' for RemoteExecutionFeature.
/home/user/foreman_remote_execution/app/models/remote_execution_feature.rb:58:in `block in register'
/home/user/foreman_remote_execution/app/models/remote_execution_feature.rb:54:in `register'
/home/user/foreman_openscap/lib/foreman_openscap/engine.rb:193:in `block (2 levels) in <class:Engine>'
/home/user/foreman/app/registries/foreman/plugin.rb:78:in `instance_eval'
/home/user/foreman/app/registries/foreman/plugin.rb:78:in `register'
/home/user/foreman_openscap/lib/foreman_openscap/engine.rb:49:in `block in <class:Engine>'
/home/user/foreman/config/environment.rb:5:in `<main>'
/home/user/.rbenv/versions/2.7.1/bin/bundle:23:in `load'
/home/user/.rbenv/versions/2.7.1/bin/bundle:23:in `<main>'
Tasks: TOP => db:migrate => db:load_config => environment
(See full trace by running task with --trace)
Actions #1

Updated by The Foreman Bot over 3 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/foreman_remote_execution/pull/536 added
Actions #2

Updated by The Foreman Bot over 3 years ago

  • Fixed in Releases added
Actions #3

Updated by Anonymous over 3 years ago

  • Status changed from Ready For Testing to Closed
Actions #4

Updated by Adam Ruzicka over 3 years ago

  • Fixed in Releases foreman_remote_execution 4.2.0 added
  • Fixed in Releases deleted ()
Actions

Also available in: Atom PDF