Test #4463
closed
Assert that accessing content endpoint does not raise 500 for lazy synced content
Description
Steps:
1 - Lazy sync content - using on_demand or streamed.
2 - Access the content endpoint - http GET :8000/pulp/api/v3/content/file/files/
3 - No HTTP exception should be raised.
- Copied from Issue #4340: "artifact" field causes serialization to blow up if the content units were lazily synced added
- Tags deleted (
Pulp 3 RC Blocker)
- Status changed from NEW to ASSIGNED
- Assignee set to kersom
- Subject changed from "artifact" field causes serialization to blow up if the content units were lazily synced to Assert that accessing content endpoint does not raise 500 for lazy synced content
- Description updated (diff)
- Status changed from ASSIGNED to MODIFIED
- Status changed from MODIFIED to CLOSED - COMPLETE
Also available in: Atom
PDF
Add test lazy synced content can be accessed via content endpoint
Add test case to verify that lazy synced content can be accessed using the content endpoint without raise an HTTP exception.
https://pulp.plan.io/issues/4463 closes: #4463