Actions
Issue #3356
closedqueue_name property on worker model returns invalid results when the worker name is None
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
2.15.2
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
When the worker name is set to None, the queue_name property returns "None.dq", which is improper behavior
Updated by dalley about 5 years ago
- Status changed from NEW to POST
- Assignee set to dalley
Added by dalley about 5 years ago
Updated by dalley about 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp|e25df47871e4eec992f19e1aeb8d19bbefa7a2af.
Added by dalley about 5 years ago
Fix case where queue_name property returns None.dq
The queue_name property does not handle the case where the worker name is None.
closes #3356 https://github.com/pulp/pulp/pull/3356
(cherry picked from commit e25df47871e4eec992f19e1aeb8d19bbefa7a2af)
Updated by dalley about 5 years ago
Applied in changeset pulp|9e629074a714f28c6834b5a0644eb626faccf704.
Updated by bmbouter about 5 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
Fix case where queue_name property returns None.dq
The queue_name property does not handle the case where the worker name is None.
closes #3356 https://github.com/pulp/pulp/pull/3356