Skip to content

rename person id to identity id #30

rename person id to identity id

rename person id to identity id #30

Triggered via pull request October 12, 2024 15:25
@ntaroccontarocco
synchronize #1
fix/person-id
Status Failure
Total duration 2m 30s
Artifacts

tests.yml

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

Annotations

19 errors
Tests (3.9, postgresql14, opensearch2): tests/test_authz_client.py#L103
test_get_identities KeyError: 0
Tests (3.9, postgresql14, opensearch2): tests/test_authz_client.py#L183
test_get_identities_empty IndexError: list index out of range
Tests (3.9, postgresql14, opensearch2): tests/test_authz_client.py#L201
test_get_groups_empty IndexError: list index out of range
Tests (3.9, postgresql14, opensearch2): tests/test_authz_serializer.py#L31
test_serialize AssertionError: assert {'affiliation...n Doe 0', ...} == {'affiliation...n Doe 0', ...} Omitting 9 identical items, use -vv to show Left contains 1 more item: {'orcid': '0000-0002-2227-1220'} Full diff: { 'affiliations': 'CERN', 'department': 'IT', 'family_name': 'Doe 0', 'full_name': 'John Doe 0', 'given_name': 'John', 'group': 'CA', 'mailbox': 'M311200', + 'orcid': '0000-0002-2227-1220', 'person_id': '12340', 'section': 'IR', }
Tests (3.9, postgresql14, opensearch2): tests/test_sync_users.py#L94
test_sync_authz ValueError: Validation failed: {'orcid': ['Unknown field.']}
Tests (3.9, postgresql14, opensearch2): tests/test_sync_users.py#L122
test_sync_ldap AssertionError: assert 'CERN' == ['CERN']
Tests (3.9, postgresql14, opensearch2): tests/test_sync_users.py#L170
test_sync_update_insert ValueError: Validation failed: {'orcid': ['Unknown field.']}
Tests (3.9, postgresql14, opensearch2): tests/test_sync_users.py#L223
test_sync_person_id_change ValueError: Validation failed: {'orcid': ['Unknown field.']}
Tests (3.9, postgresql14, opensearch2): tests/test_sync_users.py#L267
test_sync_username_email_change ValueError: Validation failed: {'orcid': ['Unknown field.']}
Tests (3.12, postgresql14, opensearch2)
The job was canceled because "_3_9_postgresql14_opensea" failed.
Tests (3.12, postgresql14, opensearch2): tests/test_authz_client.py#L103
test_get_identities KeyError: 0
Tests (3.12, postgresql14, opensearch2): tests/test_authz_client.py#L183
test_get_identities_empty IndexError: list index out of range
Tests (3.12, postgresql14, opensearch2): tests/test_authz_client.py#L201
test_get_groups_empty IndexError: list index out of range
Tests (3.12, postgresql14, opensearch2): tests/test_authz_serializer.py#L31
test_serialize AssertionError: assert {'affiliation...n Doe 0', ...} == {'affiliation...n Doe 0', ...} Omitting 9 identical items, use -vv to show Left contains 1 more item: {'orcid': '0000-0002-2227-1220'} Full diff: { 'affiliations': 'CERN', 'department': 'IT', 'family_name': 'Doe 0', 'full_name': 'John Doe 0', 'given_name': 'John', 'group': 'CA', 'mailbox': 'M311200', + 'orcid': '0000-0002-2227-1220', 'person_id': '12340', 'section': 'IR', }
Tests (3.12, postgresql14, opensearch2): tests/test_sync_users.py#L94
test_sync_authz ValueError: Validation failed: {'orcid': ['Unknown field.']}
Tests (3.12, postgresql14, opensearch2): tests/test_sync_users.py#L122
test_sync_ldap AssertionError: assert 'CERN' == ['CERN']
Tests (3.12, postgresql14, opensearch2)
The operation was canceled.