Skip to content

bug: propagate deletion of parent PIDs properly #5589

bug: propagate deletion of parent PIDs properly

bug: propagate deletion of parent PIDs properly #5589

Triggered via pull request October 31, 2024 10:29
Status Failure
Total duration 26m 21s
Artifacts

tests.yml

on: pull_request
Matrix: JS / Tests
Matrix: Python / Tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Python / Tests (3.9, postgresql14, opensearch2): invenio_rdm_records/services/components/pids.py#L1
isort-check from invenio_drafts_resources.services.records.uow import ParentRecordCommitOp from invenio_records_resources.services.uow import TaskOp -from ..pids.tasks import register_or_update_pid, cleanup_parent_pids +from ..pids.tasks import cleanup_parent_pids, register_or_update_pid class PIDsComponent(ServiceComponent):
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
Python / Tests (3.12, postgresql14, opensearch2): invenio_rdm_records/services/components/pids.py#L1
isort-check from invenio_drafts_resources.services.records.uow import ParentRecordCommitOp from invenio_records_resources.services.uow import TaskOp -from ..pids.tasks import register_or_update_pid, cleanup_parent_pids +from ..pids.tasks import cleanup_parent_pids, register_or_update_pid class PIDsComponent(ServiceComponent):
Python / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.