Project

Profile

Help

Issue #1785

Updated by jsherril@redhat.com about 8 years ago

Steps to reproduce: 

 1.    Register a consumer 
 2.    Create a repo with an upstream feed that contains errata that would be applicable to the consumer 
 3.    Bind consumer to created repo 
 4.    Sync repository 
 5.    Generate applicability for repository using instructions: 

 'Generate Content Applicability for Updated Repositories' from http://pulp.readthedocs.org/en/latest/dev-guide/integration/rest-api/consumer/applicability.html 

 We are using: 

         'criteria' criteria    = { 
           'parallel' => false, 
           'repo_criteria' => { 'filters' => { 'id' => { '$in' => ['repo_id'] } } } 
         } 



 6.    Once applicability generation is complete fetch applicability for consumer 


 I would expect that I would see applicable errata, but I do not.    If i immediately issue an applicability regeneration for single consumer, that seems to work fine and I get the expected results.    This tells me that something may be wrong with the repo applicability generation task. 

Back