Project

Profile

Help

Test #7441

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulp_deb/394":https://github.com/pulp/pulp_deb/issues/394 




 ---- 


 Provide test coverage for: https://pulp.plan.io/issues/6429 

 I deferred the test coverage in the interest of getting this issue merged, but I still think test coverage would be useful (and at this point I have a fairly detailed idea of what would be needed): 

 Minimal test: 

 Create a repository 
 Upload https://fixtures.pulpproject.org/debian/pool/asgard/o/odin/odin_1.0_ppc64.deb to it. 
 Also upload https://fixtures.pulpproject.org/debian-complex-dists/pool/asgard/o/odin/odin_1.0_ppc64.deb to it. 
 Assert that the second repository version has only one package in it, and that the first package was removed from the version. 

 If we want to be fancy: 

 Add both packages to an empty repository in a single API call. 
 Assert that the relevant error is thrown. 

 Add both packages to the repository from the minimal test using a single API call. 
 Assert that the new version still only has one package in it. 

 Extra fancy: 

 Build a third colliding package in the fixtures. 
 Add all three to the repository from the minimal test in a single API call. 
 Assert that the relevant error is thrown. 

Back