Actions
Test #4269
closedRecursive and conservative recursive copy
Version:
Platform Release:
Tags:
Pulp 2
Sprint:
Quarter:
Description
Description¶
With the fix for the Issue #4152, the default behaviour of recursive copy changes back to the state before 2.17, rendering the test case CopyRecursiveUnitsTestCase broken.
The behaviour specified in the pulp smash issue 1090, as requested in the Issue #2478, is now optional and can be triggered by providing the "recursive_conservative": true
config override instead of the default "recursive": true
.
With that setting, the test case CopyRecursiveUnitsTestCase should agin pass as is.
Proposed solution¶
Split the test case CopyRecursiveUnitsTestCase such that it asserts:
- a failure in the terms described in pulp smash issue 1090 with the default
"recursive": true
config override setting - a success once the non-default
"recursive_conservative": true
config override setting is provided
Related issues
Updated by kersom almost 6 years ago
- Related to Issue #4152: Regression Pulp 2.17.1: recursive copy of RPMs does not copy partially resolvable dependencies added
Updated by bherring almost 6 years ago
- Related to Test #4359: 2.18.1 Testing added
Updated by kersom almost 6 years ago
Tests were added to this one:
Updated by kersom over 5 years ago
- Status changed from MODIFIED to CLOSED - COMPLETE
Updated by bherring over 5 years ago
- Related to Test #4543: Test newly described definitions of recursive and recursive_conservative flags added
Actions