Skip to content

mappings: add ngram analyzer #669

mappings: add ngram analyzer

mappings: add ngram analyzer #669

Triggered via pull request July 22, 2024 14:14
Status Failure
Total duration 2m 47s
Artifacts

tests.yml

on: pull_request
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
Tests (3.8, pypi, redis, postgresql14, rabbitmq, opensearch2): invenio_users_resources/services/users/service.py#L1
Black format check --- /home/runner/work/invenio-users-resources/invenio-users-resources/invenio_users_resources/services/users/service.py 2024-07-22 14:14:45.449100+00:00 +++ /home/runner/work/invenio-users-resources/invenio-users-resources/invenio_users_resources/services/users/service.py 2024-07-22 14:17:12.143504+00:00 @@ -70,11 +70,11 @@ return super().search( identity, params=params, search_preference=search_preference, extra_filter=dsl.Q("term", active=True) & dsl.Q("term", confirmed=True), - **kwargs, + **kwargs, ) def search_all( self, identity,
Tests (3.8, pypi, redis, postgresql14, rabbitmq, opensearch2)
Process completed with exit code 1.
Tests (3.9, pypi, redis, postgresql14, rabbitmq, opensearch2)
The job was canceled because "_3_8_pypi_redis_postgresq" failed.
Tests (3.9, pypi, redis, postgresql14, rabbitmq, opensearch2): invenio_users_resources/services/users/service.py#L1
Black format check --- /home/runner/work/invenio-users-resources/invenio-users-resources/invenio_users_resources/services/users/service.py 2024-07-22 14:14:46.706651+00:00 +++ /home/runner/work/invenio-users-resources/invenio-users-resources/invenio_users_resources/services/users/service.py 2024-07-22 14:17:15.616566+00:00 @@ -70,11 +70,11 @@ return super().search( identity, params=params, search_preference=search_preference, extra_filter=dsl.Q("term", active=True) & dsl.Q("term", confirmed=True), - **kwargs, + **kwargs, ) def search_all( self, identity,
Tests (3.9, pypi, redis, postgresql14, rabbitmq, opensearch2)
Process completed with exit code 1.
Tests (3.8, pypi, redis, postgresql14, rabbitmq, opensearch2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (3.8, pypi, redis, postgresql14, rabbitmq, opensearch2)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/