Project

Profile

Help

Issue #5985

closed

Status API reports incorrect versions installed for dev environments

Added by bmbouter over 4 years ago. Updated over 3 years ago.

Status:
CLOSED - WORKSFORME
Priority:
Low
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

Using pulplift's box pulp3-source-fedora31 and pulpcore and pulp_file at these versions:

pulpcore==3.0.0
pulp_file==0.1.0

Then I query the status API I sometimes see:

    "versions": [
        {
            "component": "pulpcore",
            "version": "3.1.0.dev0"
        },
        {
            "component": "pulp_file",
            "version": "0.2.0.dev0"
        }
    ]

An import from within the virtualenv confirms 3.0.0 is installed with:

$ python
>>> from pulpcore import __version__
>>> __version__
'3.0.0'

I traced the issue to the way it's checked, there is something it doesn't like about checking it here

Actions #1

Updated by fao89 about 4 years ago

  • Triaged changed from No to Yes
Actions #2

Updated by bmbouter over 3 years ago

  • Status changed from NEW to CLOSED - WORKSFORME

I think this is out of date. I tried to reproduce it, and I couldn't.

Also available in: Atom PDF