Add non-searchable tags #1533
Triggered via pull request
September 23, 2024 08:37
Status
Failure
Total duration
5m 35s
Artifacts
–
Annotations
10 errors
Python / Tests (3.9, postgresql14, opensearch2):
tests/conftest.py#L1
isort-check
from invenio_access.permissions import (
ActionUsers,
any_user,
+ superuser_access,
system_process,
- superuser_access,
)
from invenio_access.proxies import current_access
from invenio_accounts.proxies import current_datastore
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/contrib/names/test_name_permissions.py#L59
test_non_searchable_tag
assert 0 == 1
+ where 0 = <invenio_records_resources.services.records.results.RecordList object at 0x7f8590128130>.total
|
Python / Tests (3.9, postgresql14, opensearch2):
invenio_vocabularies/contrib/funders/funders.py#L1
isort-check
from invenio_records_resources.resources.records.headers import etag_headers
from invenio_vocabularies.services.permissions import PermissionPolicy
-
from .config import FundersSearchOptions, service_components
from .schema import FunderSchema
|
Python / Tests (3.9, postgresql14, opensearch2):
invenio_vocabularies/contrib/names/permissions.py#L1
isort-check
"""Vocabulary permissions."""
-from invenio_records_permissions.generators import SystemProcess, AuthenticatedUser
+from invenio_records_permissions.generators import AuthenticatedUser, SystemProcess
from invenio_vocabularies.services.generators import Tags
from invenio_vocabularies.services.permissions import PermissionPolicy
|
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/conftest.py#L1
isort-check
from invenio_access.permissions import (
ActionUsers,
any_user,
+ superuser_access,
system_process,
- superuser_access,
)
from invenio_access.proxies import current_access
from invenio_accounts.proxies import current_datastore
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/contrib/names/test_name_permissions.py#L59
test_non_searchable_tag
assert 0 == 1
+ where 0 = <invenio_records_resources.services.records.results.RecordList object at 0x7f53d211ccb0>.total
|
Python / Tests (3.12, postgresql14, opensearch2):
invenio_vocabularies/contrib/funders/funders.py#L1
isort-check
from invenio_records_resources.resources.records.headers import etag_headers
from invenio_vocabularies.services.permissions import PermissionPolicy
-
from .config import FundersSearchOptions, service_components
from .schema import FunderSchema
|
Python / Tests (3.12, postgresql14, opensearch2):
invenio_vocabularies/contrib/names/permissions.py#L1
isort-check
"""Vocabulary permissions."""
-from invenio_records_permissions.generators import SystemProcess, AuthenticatedUser
+from invenio_records_permissions.generators import AuthenticatedUser, SystemProcess
from invenio_vocabularies.services.generators import Tags
from invenio_vocabularies.services.permissions import PermissionPolicy
|
Python / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.
|