self = <swh.indexer.tests.test_mimetype.TestMimetypePartitionIndexer testMethod=test_generate_content_get>
def test_generate_content_get(self):
"""Optimal indexing should result in indexed data
"""
partition_id = 0
nb_partitions = 4
actual_results = self.indexer.run(
partition_id, nb_partitions, skip_existing=False
)
> assert actual_results == {"status": "uneventful"} # why?
E AssertionError: assert {'content_mim...': 'eventful'} == {'status': 'uneventful'}
E Differing items:
E {'status': 'eventful'} != {'status': 'uneventful'}
E Left contains 1 more item:
E {'content_mimetype:add': 2}
E Full diff:
E - {'status': 'uneventful'}
E + {'content_mimetype:add': 2, 'status': 'eventful'}
.tox/py3/lib/python3.7/site-packages/swh/indexer/tests/utils.py:758: AssertionError
TEST RESULT
TEST RESULT
- Run At
- Oct 6 2020, 1:33 PM