Actions
Issue #6951
closedMigration of a distribution tree fails if it has a treeinfo and not .treenfo
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 78
Quarter:
Description
Jun 10 12:15:48 pulp2-nightly-pulp3-source-centos7.fluffy.example.com rq[1990]: pulp: asyncio:ERROR: Task exception was never retrieved
Jun 10 12:15:48 pulp2-nightly-pulp3-source-centos7.fluffy.example.com rq[1990]: future: <Task finished coro=<ContentMigrationFirstStage.migrate_to_pulp3() done, defined at /home/vagrant/devel/pulp-2to3-migration/pulp_2to3_migration/app/plugin/content.py:188> exception=TypeError("'NoneType' object is not iterable",)>
Jun 10 12:15:48 pulp2-nightly-pulp3-source-centos7.fluffy.example.com rq[1990]: Traceback (most recent call last):
Jun 10 12:15:48 pulp2-nightly-pulp3-source-centos7.fluffy.example.com rq[1990]: File "/home/vagrant/devel/pulp-2to3-migration/pulp_2to3_migration/app/plugin/content.py", line 253, in migrate_to_pulp3
Jun 10 12:15:48 pulp2-nightly-pulp3-source-centos7.fluffy.example.com rq[1990]: pulp3content, extra_info = pulp_2to3_detail_content.create_pulp3_content()
Jun 10 12:15:48 pulp2-nightly-pulp3-source-centos7.fluffy.example.com rq[1990]: TypeError: 'NoneType' object is not iterable
Jun 10 12:15:49 pulp2-nightly-pulp3-source-centos7.fluffy.example.com rq[1990]: pulp: pulp_rpm.app.tasks.publishing:INFO: Publishing: repository=distribution-repo, version=1
offending line https://github.com/pulp/pulp-2to3-migration/blob/master/pulp_2to3_migration/app/plugin/rpm/pulp_2to3_models.py#L718
- create and sync a repo that has a distribution tree with a
treeinfo
file - migrate
Related issues
Updated by ipanova@redhat.com over 4 years ago
- Related to Issue #6952: Migration of a distribution tree fails if it has no treeinfo file at all added
Updated by ipanova@redhat.com over 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ipanova@redhat.com
- Sprint set to Sprint 78
Updated by ipanova@redhat.com over 4 years ago
- Status changed from ASSIGNED to POST
Added by ipanova@redhat.com over 4 years ago
Added by ipanova@redhat.com over 4 years ago
Revision cf07c2d9 | View on GitHub
Fixed migration of a distribution tree if it has a treeinfo and not .treeinfo
closes #6951
Added by ipanova@redhat.com over 4 years ago
Revision cf07c2d9 | View on GitHub
Fixed migration of a distribution tree if it has a treeinfo and not .treeinfo
closes #6951
Updated by ipanova@redhat.com over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp:pulp-2to3-migration|cf07c2d9536d276834f1c7d970edeaca4cb98a3d.
Updated by ttereshc about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fixed migration of a distribution tree if it has a treeinfo and not .treeinfo
closes #6951
https://pulp.plan.io/issues/6951