self = <swh.loader.svn.tests.test_loader.SvnLoaderFromRemoteDumpTest testMethod=test_load>
def test_load(self):
"""
Compare results of remote dump loader and base loader
"""
dump_loader = self.loader
dump_loader.load()
> self.assertCountContents(19)
.tox/py3/lib/python3.7/site-packages/swh/loader/svn/tests/test_loader.py:911:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox/py3/lib/python3.7/site-packages/swh/loader/core/tests/__init__.py:27: in assertCountContents
self._assertCountEqual("content", len_expected_contents, msg=msg)
.tox/py3/lib/python3.7/site-packages/swh/loader/core/tests/__init__.py:24: in _assertCountEqual
self.assertEqual(self.storage.stat_counters()[type], expected_length, msg=msg)
E AssertionError: 0 != 19
TEST RESULT
TEST RESULT
- Run At
- Jun 4 2020, 2:48 PM