Actions
Issue #7257
closedMany pulp_deb control file fields are limited to 255 characters but should not be
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Debian:
Platform Release:
Target Release - Debian:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
This results in the following error when trying to sync or upload packages with too much data within some field:
django.db.utils.DataError: value too long for type character varying(255)
Can be reproduced using:
wget http://ftp.de.debian.org/debian/pool/main/b/burrow/burrow_1.2.1-1_amd64.deb
("Built-Using" field is too long.)
Proposal: Convert all fields were we are not certain they won't exceed the limit from CharField to TextField
Related issues
Updated by pulpbot over 4 years ago
- Status changed from NEW to POST
Updated by quba42 over 4 years ago
- Related to Issue #7190: Pulp 3 - pulp-deb : APT client installing same patches again and again (field Multi-Arch) added
Updated by quba42 over 4 years ago
- Related to Issue #7236: Sync fails if packages do not have a 'section' field added
Added by msinghal over 4 years ago
Updated by msinghal over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset eb07e88b6da739ffa6220651ae89a35110b49bea.
Updated by quba42 over 4 years ago
- Sprint/Milestone changed from Katello to 2.6.0b1
Updated by quba42 over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Modify data type of fields in content model
fixes #7257 https://pulp.plan.io/issues/7257