Actions
Issue #2599
closedDeprecation warning in the logs during errata migration
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
2.12.2
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix, Pulp 2
Sprint:
Sprint 15
Quarter:
Description
Reported by klaas__ via IRC aka demter@atix.de here. Thanks!
Errata migration throws deprecation warning:
/usr/lib/python2.7/site-packages/pulp_rpm/plugins/migrations/0038_errata_pkglist_duplicates_cleanup.py:48: DeprecationWarning: update is deprecated. Use replace_one, update_one or update_many instead.
{'$set': {'pkglist': new_pkglist}})
Related issues
Added by ttereshc almost 8 years ago
Updated by ttereshc almost 8 years ago
Updated by ttereshc almost 8 years ago
- Related to Issue #2568: DocumentTooLarge error during merge of errata pkglists added
Updated by ttereshc almost 8 years ago
- Status changed from POST to MODIFIED
Applied in changeset 15fa2df2f72abd0fa6d76771da74cf3f93f59372.
Updated by bizhang over 7 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
Eliminate deprecation warning for errata cleanup migration
closes #2599 https://pulp.plan.io/issues/2599