Actions
Bug #17358
closedhammer task progress accepts NIL value for id parameter
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1308640
Description of problem:
hammer displays a fake progress bar (always 0%) for task with null id
Version-Release number of selected component (if applicable):
rubygem-hammer_cli_katello-0.0.7.21-1.el6.noarch
How reproducible:
always
1. # hammer -v -u admin -p changeme task progress --id=
or
- hammer -v -u admin -p changeme task progress --id=''
- hammer -v -u admin -p changeme task progress --id=
[ ] [0%]
Expected results:
Error: missing param 'id' in parameters
or
Error: invalid 'id' parameter specified
Additional info:
Updated by Amit Karsale about 8 years ago
- Assignee set to Amit Karsale
- Target version changed from 113 to 1.15.4
- Pull request https://github.com/theforeman/hammer-cli-foreman-tasks/pull/31 added
Updated by Amit Karsale about 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset hammer-cli-foreman-tasks|58ab86c20e8c9227b5e8a2aaecd5a5e03cfbcbf8.
Updated by Andrew Kofink over 6 years ago
- Related to Bug #23770: task_progress helper no longer accepts ID added
Actions