config: hide person id from search #379
Annotations
7 errors
Tests (site, 3.12, postgresql14, opensearch2, redis, rabbitmq, 18):
site/tests/test_tasks.py#L121
test_sync_and_merge_local_accounts_to_names
assert 0 == 2
+ where 0 = len([])
+ where [] = list(<generator object RecordList.hits at 0x7f90485d6130>)
+ where <generator object RecordList.hits at 0x7f90485d6130> = <invenio_records_resources.services.records.results.RecordList object at 0x7f904860e7e0>.hits
|
Tests (site, 3.12, postgresql14, opensearch2, redis, rabbitmq, 18):
site/tests/test_tasks.py#L171
test_sync_name_with_existing_orcid
AssertionError: assert 1 == 4
+ where 1 = len([{'affiliations': [{'name': 'CERN'}], 'created': '2024-12-12T14:15:47.065405+00:00', 'family_name': 'Doe', 'given_name': 'John', ...}])
+ where [{'affiliations': [{'name': 'CERN'}], 'created': '2024-12-12T14:15:47.065405+00:00', 'family_name': 'Doe', 'given_name': 'John', ...}] = list(<generator object RecordList.hits at 0x7f90485d7ab0>)
+ where <generator object RecordList.hits at 0x7f90485d7ab0> = <invenio_records_resources.services.records.results.RecordList object at 0x7f904860c470>.hits
|
Tests (site, 3.12, postgresql14, opensearch2, redis, rabbitmq, 18)
Process completed with exit code 1.
|
Tests (site, 3.9, postgresql14, opensearch2, redis, rabbitmq, 18)
The job was canceled because "site_3_12_postgresql14_op" failed.
|
Tests (site, 3.9, postgresql14, opensearch2, redis, rabbitmq, 18):
site/tests/test_tasks.py#L121
test_sync_and_merge_local_accounts_to_names
assert 0 == 2
+ where 0 = len([])
+ where [] = list(<generator object RecordList.hits at 0x7fd017e64190>)
+ where <generator object RecordList.hits at 0x7fd017e64190> = <invenio_records_resources.services.records.results.RecordList object at 0x7fd017ea71c0>.hits
|
Tests (site, 3.9, postgresql14, opensearch2, redis, rabbitmq, 18):
site/tests/test_tasks.py#L171
test_sync_name_with_existing_orcid
AssertionError: assert 1 == 4
+ where 1 = len([{'affiliations': [{'name': 'CERN'}], 'created': '2024-12-12T14:15:59.709096+00:00', 'family_name': 'Doe', 'given_name': 'John', ...}])
+ where [{'affiliations': [{'name': 'CERN'}], 'created': '2024-12-12T14:15:59.709096+00:00', 'family_name': 'Doe', 'given_name': 'John', ...}] = list(<generator object RecordList.hits at 0x7fd017cc4ba0>)
+ where <generator object RecordList.hits at 0x7fd017cc4ba0> = <invenio_records_resources.services.records.results.RecordList object at 0x7fd017c76220>.hits
|
Tests (site, 3.9, postgresql14, opensearch2, redis, rabbitmq, 18)
Process completed with exit code 1.
|