Actions
Bug #30901
closedREX features are being registered before migrations are run
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman
Target version:
Difficulty:
Triaged:
No
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)
Updated by The Foreman Bot about 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/536 added
Updated by Anonymous about 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_plugin|0bb4388d89f5d9968d580a196aaff7d5ea972cce.
Updated by Adam Ruzicka about 4 years ago
- Fixed in Releases foreman_remote_execution 4.2.0 added
- Fixed in Releases deleted (
)
Actions