Issue #6450
Checking storage in tests uses incorrect value
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 70
Quarter:
Description
In our tests, we check settings.DEFAULT_FILE_STORAGE against 'django.core.files.storage.FileSystemStorage' when it should be 'pulpcore.app.models.storage.FileSystem'. Here's an example[0].
Related issues
Associated revisions
History
#1
Updated by daviddavis about 1 year ago
- Related to Issue #6451: Our functional tests use settings from django.conf which may not be accurate added
#2
Updated by daviddavis about 1 year ago
Note that if you fix this, the tests will probably fail in Travis due to #6451.
#3
Updated by fao89 about 1 year ago
- Triaged changed from No to Yes
- Sprint set to Sprint 70
#4
Updated by mdellweg about 1 year ago
- Assignee set to mdellweg
#5
Updated by mdellweg about 1 year ago
- Status changed from NEW to POST
#6
Updated by mdellweg about 1 year ago
#7
Updated by ttereshc about 1 year ago
- Status changed from POST to MODIFIED
#8
Updated by ttereshc about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Sprint/Milestone set to 3.3.0
Please register to edit this issue
Change storage checking in tests to use the correct value
[noissue]