swh_storage = <swh.storage.postgresql.storage.Storage object at 0x7f6c2e97de80>
revision_id = b'\xae\x86\n\xecCp\x0c\x7fZ)^.\xf4~*\xe4\x1bS]\xfe'
missing_id = b'K^\xae{\xca\xb4\xbe\x19\x1a\xc8\xae$\x08\x8e\xa5\x04\xb4p*\xb8'
@pytest.mark.parametrize("revision_id", [o.id for o in StorageData.revisions])
def test_missing_revisions(swh_storage, revision_id, missing_id):
hashes = [revision_id, missing_id]
result = identifiers_missing(swh_storage, ObjectType.REVISION, hashes)
> assert result == {missing_id}
E AssertionError: assert <generator ob...x7f6bf39cea98> == {b'K^\xae{\xc...04\xb4p*\xb8'}
E Full diff:
E - {b'K^\xae{\xca\xb4\xbe\x19\x1a\xc8\xae$\x08\x8e\xa5\x04\xb4p*\xb8'}
E + <generator object Storage.revision_missing at 0x7f6bf39cea98>
.tox/py3/lib/python3.7/site-packages/swh/storage/tests/algos/test_identifer.py:40: AssertionError
TEST RESULT
TEST RESULT
- Run At
- May 5 2022, 8:30 PM