CI #164
Annotations
7 errors
tests/test_cli.py#L68
test_init
AssertionError: assert 0 == 1
+ where 1 = len({'.opensearch-sap-log-types-config': {'aliases': {}}})
|
tests/test_invenio_search.py#L165
test_whitelisted_aliases[aliases_config3-expected_aliases3]
AssertionError: assert 0 == 1
+ where 1 = len({'.opensearch-sap-log-types-config': {'aliases': {}}})
|
tests/test_invenio_search.py#L165
test_whitelisted_aliases[aliases_config4-expected_aliases4]
AssertionError: assert 0 == 1
+ where 1 = len({'.opensearch-sap-log-types-config': {'aliases': {}}})
|
tests/test_invenio_search.py#L311
test_indices_prefix_empty_value
AssertionError: assert {'.opensearch...t-v1.0.0-abc'} == {'records-aut...t-v1.0.0-abc'}
Extra items in the left set:
'.opensearch-sap-log-types-config'
Full diff:
{
+ '.opensearch-sap-log-types-config',
'records-authorities-authority-v1.0.0-abc',
'records-bibliographic-bibliographic-v1.0.0-abc',
'records-default-v1.0.0-abc',
}
|
tests/test_invenio_search.py#L317
test_indices_prefix_none_value
AssertionError: assert {'.opensearch...t-v1.0.0-abc'} == {'records-aut...t-v1.0.0-abc'}
Extra items in the left set:
'.opensearch-sap-log-types-config'
Full diff:
{
+ '.opensearch-sap-log-types-config',
'records-authorities-authority-v1.0.0-abc',
'records-bibliographic-bibliographic-v1.0.0-abc',
'records-default-v1.0.0-abc',
}
|
tests/test_invenio_search.py#L323
test_indices_prefix_some_value
AssertionError: assert {'.opensearch...t-v1.0.0-abc'} == {'myprefix-re...t-v1.0.0-abc'}
Extra items in the left set:
'.opensearch-sap-log-types-config'
Full diff:
{
+ '.opensearch-sap-log-types-config',
'myprefix-records-authorities-authority-v1.0.0-abc',
'myprefix-records-bibliographic-bibliographic-v1.0.0-abc',
'myprefix-records-default-v1.0.0-abc',
}
|
|
This job failed
Loading