Actions
Test #5255
closedTest - Few fields returned by task reported by orphans endpoint set as None
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Version:
Platform Release:
Tags:
Sprint:
Quarter:
Description
Ticket moved to GitHub: "pulp/pulpcore/1841":https://github.com/pulp/pulpcore/issues/1841
Task returned by the orphans endpoint as completed, but a few fields ( finished_at, started_at, worker) are set as None.
{'_created': '2018-12-21T00:26:37.278392Z',
'_href': '/pulp/api/v3/tasks/b963e89c-db1a-4db4-b8c9-5fbca5629113/',
'created_resources': [],
'error': None,
'finished_at': None,
'name': 'pulpcore.app.tasks.orphan.orphan_cleanup',
'non_fatal_errors': [],
'parent': None,
'progress_reports': [{'done': 3,
'message': 'Clean up orphan Content',
'state': 'completed',
'suffix': '',
'task': '/pulp/api/v3/tasks/b963e89c-db1a-4db4-b8c9-5fbca5629113/',
'total': 3},
{'done': 3,
'message': 'Clean up orphan Artifacts',
'state': 'completed',
'suffix': '',
'task': '/pulp/api/v3/tasks/b963e89c-db1a-4db4-b8c9-5fbca5629113/',
'total': 3}],
'spawned_tasks': [],
'started_at': None,
'state': 'completed',
'worker': None}
Pulp 3 installation from source. April/09.
Related issues
Updated by kersom over 5 years ago
- Copied from Issue #4662: Few fields returned by task reported by orphans endpoint set as None added
Updated by pulpbot almost 3 years ago
- Description updated (diff)
- Status changed from NEW to CLOSED - DUPLICATE
Actions