Project

Profile

Help

Issue #4794

closed

Pulp handles incompatible plugins poorly

Added by mdepaulo@redhat.com almost 5 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
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

Related to Pulp - Issue #4562: Source installs should fail if a plugin requires a newer version of pulpcore-plugin or pulpcore than is checked outCLOSED - CURRENTRELEASEActions
Has duplicate Pulp - Issue #4829: Can't access API docsCLOSED - DUPLICATEActions
Actions #1

Updated by amacdona@redhat.com almost 5 years ago

  • Related to Issue #4562: Source installs should fail if a plugin requires a newer version of pulpcore-plugin or pulpcore than is checked out added
Actions #2

Updated by amacdona@redhat.com almost 5 years ago

  • Status changed from NEW to ASSIGNED
  • Triaged changed from No to Yes
Actions #3

Updated by dkliban@redhat.com almost 5 years ago

  • Has duplicate Issue #4829: Can't access API docs added

Added by dkliban@redhat.com almost 5 years ago

Revision 8d80fc9f | View on GitHub

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

Actions #4

Updated by dkliban@redhat.com almost 5 years ago

  • Status changed from ASSIGNED to MODIFIED
Actions #5

Updated by fao89 over 4 years ago

  • Tags CI/CD added
Actions #6

Updated by bmbouter over 4 years ago

  • Sprint/Milestone set to 3.0.0
Actions #7

Updated by bmbouter over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF