doi: handle UI for optional DOI feature #5794
Triggered via pull request
December 12, 2024 17:05
Status
Failure
Total duration
27m 23s
Artifacts
–
Annotations
20 errors and 2 warnings
Python / Tests (3.9, postgresql14, opensearch2):
tests/requests/test_user_moderation_actions.py#L60
test_user_moderation_approve
invenio_rdm_records.services.errors.ValidationErrorWithMessageAsList
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/resources/test_resources_communities.py#L424
test_create_new_version_after_inclusion_request
assert 400 == 202
+ where 400 = <WrapperTestResponse streamed [400 BAD REQUEST]>.status_code
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/resources/test_resources_communities.py#L966
test_republish_with_mulitple_communities
invenio_rdm_records.services.errors.ValidationErrorWithMessageAsList
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/services/test_rdm_service.py#L1
isort-check
"""Service level tests for Invenio RDM Records."""
+from copy import deepcopy
+
import pytest
-
-from copy import deepcopy
from marshmallow import ValidationError
from invenio_rdm_records.proxies import current_rdm_records
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/services/test_record_deletion.py#L125
test_record_deletion_of_specific_version
invenio_rdm_records.services.errors.ValidationErrorWithMessageAsList
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/services/test_sort.py#L32
test_sort_by_versions
invenio_rdm_records.services.errors.ValidationErrorWithMessageAsList
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/services/pids/test_pids_service.py#L805
test_pids_versioning
invenio_rdm_records.services.errors.ValidationErrorWithMessageAsList
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/services/pids/test_pids_tasks.py#L369
test_invalidate_versions_pid
invenio_rdm_records.services.errors.ValidationErrorWithMessageAsList
|
Python / Tests (3.9, postgresql14, opensearch2):
invenio_rdm_records/services/components/pids.py#L1
isort-check
from copy import copy
from flask import current_app
-from invenio_i18n import lazy_gettext as _
from invenio_drafts_resources.services.records.components import ServiceComponent
from invenio_drafts_resources.services.records.uow import ParentRecordCommitOp
+from invenio_i18n import lazy_gettext as _
from invenio_records_resources.services.uow import TaskOp
+from ..errors import ValidationErrorWithMessageAsList
from ..pids.tasks import register_or_update_pid
-from ..errors import ValidationErrorWithMessageAsList
class PIDsComponent(ServiceComponent):
|
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/requests/test_user_moderation_actions.py#L60
test_user_moderation_approve
invenio_rdm_records.services.errors.ValidationErrorWithMessageAsList
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/resources/test_resources_communities.py#L424
test_create_new_version_after_inclusion_request
assert 400 == 202
+ where 400 = <WrapperTestResponse streamed [400 BAD REQUEST]>.status_code
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/resources/test_resources_communities.py#L966
test_republish_with_mulitple_communities
invenio_rdm_records.services.errors.ValidationErrorWithMessageAsList
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/services/test_rdm_service.py#L1
isort-check
"""Service level tests for Invenio RDM Records."""
+from copy import deepcopy
+
import pytest
-
-from copy import deepcopy
from marshmallow import ValidationError
from invenio_rdm_records.proxies import current_rdm_records
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/services/test_record_deletion.py#L125
test_record_deletion_of_specific_version
invenio_rdm_records.services.errors.ValidationErrorWithMessageAsList
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/services/test_sort.py#L32
test_sort_by_versions
invenio_rdm_records.services.errors.ValidationErrorWithMessageAsList
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/services/pids/test_pids_service.py#L805
test_pids_versioning
invenio_rdm_records.services.errors.ValidationErrorWithMessageAsList
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/services/pids/test_pids_tasks.py#L369
test_invalidate_versions_pid
invenio_rdm_records.services.errors.ValidationErrorWithMessageAsList
|
Python / Tests (3.12, postgresql14, opensearch2):
invenio_rdm_records/services/components/pids.py#L1
isort-check
from copy import copy
from flask import current_app
-from invenio_i18n import lazy_gettext as _
from invenio_drafts_resources.services.records.components import ServiceComponent
from invenio_drafts_resources.services.records.uow import ParentRecordCommitOp
+from invenio_i18n import lazy_gettext as _
from invenio_records_resources.services.uow import TaskOp
+from ..errors import ValidationErrorWithMessageAsList
from ..pids.tasks import register_or_update_pid
-from ..errors import ValidationErrorWithMessageAsList
class PIDsComponent(ServiceComponent):
|
Python / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.
|
|
|