Actions
Bug #15945
closedupgrade_check fails because of running tasks
Difficulty:
trivial
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1361785
Description of problem:
Run the pre-upgrade check script to get a list of hosts that can be deleted after upgrading. If any unassociated hosts are found, associating them to an organization before upgrading is recommended.
- foreman-rake katello:upgrade_check
Problem is that the upgrade_check fails when there are running tasks.
Version-Release number of selected component (if applicable):
How reproducible:
100%
- foreman-rake katello:upgrade_check
This script makes no modifications and can be re-run multiple times for the most up to date results.
Checking upgradeability...
Checking for running tasks...
[FAIL] - There are 7 active tasks.
Actual results:
[FAIL] - There are 7 active tasks.
Expected results:
upgrade_check to continue
Additional info:
Actions