Skip to content

bug: propagate deletion of parent PIDs properly #5598

bug: propagate deletion of parent PIDs properly

bug: propagate deletion of parent PIDs properly #5598

Triggered via pull request November 1, 2024 13:10
Status Failure
Total duration 29m 2s
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.