Project

Profile

Help

Issue #1448

closed

Generating repo content applicability doesn't return call report

Added by Ichimonji10 over 8 years ago. Updated almost 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Master
Platform Release:
2.8.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

When Pulp is asked to generate content applicability for repositories, it returns an HTTP 202 (accepted) response. This response should be a [call report](http://pulp.readthedocs.org/en/latest/dev-guide/conventions/sync-v-async.html#call-report), but it's not.

Here's an example of an API call that produces the error:

POST https://pulp.example.com/pulp/api/v2/repositories/actions/content/regenerate_applicability/
{'repo_criteria': {}}

Here's an example of a (HTTP 202) response body:

{
    '_href': '/pulp/api/v2/task_groups/568f4f73-b487-4944-b7a5-36bf00159e3c/',
    'group_id': '568f4f73-b487-4944-b7a5-36bf00159e3c'
}

Related issues

Related to RPM Support - Issue #1552: applicable errata regeneration tasks not getting spawnedCLOSED - CURRENTRELEASEsemyersActions

Also available in: Atom PDF