Actions
Bug #15694
closedupgrade_check does not correctly determine active tasks
Difficulty:
trivial
Triaged:
Bugzilla link:
Pull request:
Description
This redmine is being opened based upon a downstream finding with katello:upgrade_check.
The issue raised is:
The script currently checks of the number of running tasks is greater than 1. Since the query already excludes the candlepin listen event, the number of tasks acceptable should be 0. As a result, the script will pass incorrectly.
[root@rhsm-qe-1 ~]# 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...
[PASS] - There are 1 active tasks.
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6188 added
Updated by Jacob Callahan over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|d12e6e67f8706787f95546e90b4d38865639d669.
Updated by Justin Sherrill over 8 years ago
- Translation missing: en.field_release set to 162
- Difficulty set to trivial
Actions