Actions
Issue #4794
closedPulp handles incompatible plugins poorly
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Master
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
CI/CD
Sprint:
Quarter:
Description
As I was discussing with dkilban on IRC, Pulp does not handle plugins being incompatible with its current version very well.
Here is a partial snippet of logs from my container for pulp-api (which calls makemigrations and migrate before starting pulp-api), and a complete snippet:
https://pastebin.com/nmhNdHAd
https://pastebin.com/My1ZSBwj
When this error occurs, I can access /pulp/api/v3/, but not /pulp/api/v3/status/ . It yields HTTP 500 error.
Related issues
Actions
Problem: OpenAPI schema can't be generated for some plugins
Solution: generate schema from Views without querysets
This patch also skips generating schema for views without models associated with them.
fixes: #4794 https://pulp.plan.io/issues/4794