Skip to content

Integrate subjects in awards datastream #1514

Integrate subjects in awards datastream

Integrate subjects in awards datastream #1514

Triggered via pull request September 16, 2024 09:09
Status Failure
Total duration 5m 16s
Artifacts

tests.yml

on: pull_request
Matrix: JS / Tests
Matrix: Python / Tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Python / Tests (3.9, postgresql14, opensearch2): tests/datastreams/test_transformers.py#L42
test_xml_transformer AssertionError: assert {'field_one':...me': 'value'}} == {'record': {'...e': 'value'}}} Left contains 2 more items: {'field_one': 'value', 'multi_field': {'another': 'value too', 'some': 'value'}} Right contains 1 more item: {'record': {'field_one': 'value', 'multi_field': {'another': 'value too', 'some': 'value'}}} Full diff: { - 'record': {'field_one': 'value', ? ----------- + 'field_one': 'value', - 'multi_field': {'another': 'value too', ? ----------- + 'multi_field': {'another': 'value too', - 'some': 'value'}}, ? ----------- - + 'some': 'value'}, }
Python / Tests (3.9, postgresql14, opensearch2): tests/datastreams/test_transformers.py#L60
test_bad_xml_transformer Failed: DID NOT RAISE <class 'invenio_vocabularies.datastreams.errors.TransformerError'>
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
Python / Tests (3.12, postgresql14, opensearch2): tests/datastreams/test_transformers.py#L42
test_xml_transformer AssertionError: assert {'field_one':...me': 'value'}} == {'record': {'...e': 'value'}}} Left contains 2 more items: {'field_one': 'value', 'multi_field': {'another': 'value too', 'some': 'value'}} Right contains 1 more item: {'record': {'field_one': 'value', 'multi_field': {'another': 'value too', 'some': 'value'}}} Full diff: { - 'record': {'field_one': 'value', ? ----------- + 'field_one': 'value', - 'multi_field': {'another': 'value too', ? ----------- + 'multi_field': {'another': 'value too', - 'some': 'value'}}, ? ----------- - + 'some': 'value'}, }
Python / Tests (3.12, postgresql14, opensearch2): tests/datastreams/test_transformers.py#L59
test_bad_xml_transformer Failed: DID NOT RAISE <class 'invenio_vocabularies.datastreams.errors.TransformerError'>
Python / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.