Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.test_postgresql.TestPgStorage::test_flush
Failed

TEST RESULT

Run At
Sep 23 2020, 1:19 PM
Details
self = <swh.storage.tests.test_postgresql.TestPgStorage object at 0x7f54d82869b0> swh_storage = <swh.storage.postgresql.storage.Storage object at 0x7f54d8286e80> def test_flush(self, swh_storage): """Calling clear buffers on real storage does nothing """ > assert swh_storage.flush() == {} E TypeError: flush() missing 1 required positional argument: 'object_types' .tox/py3/lib/python3.7/site-packages/swh/storage/tests/test_postgresql.py:257: TypeError