Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.lister.tuleap.tests.test_tasks::test_full_listing
Failed

TEST RESULT

Run At
May 19 2021, 3:05 PM
Details
__wrapped_mock_method__ = <function NonCallableMock.assert_called_with at 0x7f10fc6280d0> args = (<MagicMock name='TuleapLister.from_configfile' id='139710830902520'>,) kwargs = {'instance': None, 'url': 'https://tuleap.net'} __tracebackhide__ = True msg = "Expected call: from_configfile(instance=None, url='https://tuleap.net')\nActual call: from_configfile(url='https://tu...diff:\n - {'instance': None, 'url': 'https://tuleap.net'}\n ? ------------------\n + {'url': 'https://tuleap.net'}" __mock_self = <MagicMock name='TuleapLister.from_configfile' id='139710830902520'> actual_args = (), actual_kwargs = {'url': 'https://tuleap.net'} introspection = "\nKwargs:\nassert {'url': 'https://tuleap.net'} == {'instance': ...//tuleap.net'}\n Omitting 1 identical items, use ...diff:\n - {'instance': None, 'url': 'https://tuleap.net'}\n ? ------------------\n + {'url': 'https://tuleap.net'}" @py_assert2 = None, @py_assert1 = False def assert_wrapper( __wrapped_mock_method__: Callable[..., Any], *args: Any, **kwargs: Any ) -> None: __tracebackhide__ = True try: > __wrapped_mock_method__(*args, **kwargs) .tox/py3/lib/python3.7/site-packages/pytest_mock/plugin.py:414: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _mock_self = <MagicMock name='TuleapLister.from_configfile' id='139710830902520'> args = (), kwargs = {'instance': None, 'url': 'https://tuleap.net'} expected = ((), {'instance': None, 'url': 'https://tuleap.net'}) _error_message = <function NonCallableMock.assert_called_with.<locals>._error_message at 0x7f10f67ca048> actual = call(url='https://tuleap.net'), cause = None def assert_called_with(_mock_self, *args, **kwargs): """assert that the mock was called with the specified arguments. Raises an AssertionError if the args and keyword args passed in are different to the last call to the mock.""" self = _mock_self if self.call_args is None: expected = self._format_mock_call_signature(args, kwargs) raise AssertionError('Expected call: %s\nNot called' % (expected,)) def _error_message(): msg = self._format_mock_failure_message(args, kwargs) return msg expected = self._call_matcher((args, kwargs)) actual = self._call_matcher(self.call_args) if expected != actual: cause = expected if isinstance(expected, Exception) else None > raise AssertionError(_error_message()) from cause E AssertionError: Expected call: from_configfile(instance=None, url='https://tuleap.net') E Actual call: from_configfile(url='https://tuleap.net') /usr/lib/python3.7/unittest/mock.py:829: AssertionError During handling of the above exception, another exception occurred: __wrapped_mock_method__ = <function NonCallableMock.assert_called_once_with at 0x7f10fc628158> args = (<MagicMock name='TuleapLister.from_configfile' id='139710830902520'>,) kwargs = {'instance': None, 'url': 'https://tuleap.net'} __tracebackhide__ = True msg = "Expected call: from_configfile(instance=None, url='https://tuleap.net')\nActual call: from_configfile(url='https://tu...diff:\n - {'instance': None, 'url': 'https://tuleap.net'}\n ? ------------------\n + {'url': 'https://tuleap.net'}" def assert_wrapper( __wrapped_mock_method__: Callable[..., Any], *args: Any, **kwargs: Any ) -> None: __tracebackhide__ = True try: > __wrapped_mock_method__(*args, **kwargs) .tox/py3/lib/python3.7/site-packages/pytest_mock/plugin.py:414: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _mock_self = <MagicMock name='TuleapLister.from_configfile' id='139710830902520'> args = (), kwargs = {'instance': None, 'url': 'https://tuleap.net'} self = <MagicMock name='TuleapLister.from_configfile' id='139710830902520'> def assert_called_once_with(_mock_self, *args, **kwargs): """assert that the mock was called exactly once and that that call was with the specified arguments.""" self = _mock_self if not self.call_count == 1: msg = ("Expected '%s' to be called once. Called %s times." % (self._mock_name or 'mock', self.call_count)) raise AssertionError(msg) > return self.assert_called_with(*args, **kwargs) /usr/lib/python3.7/unittest/mock.py:840: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<MagicMock name='TuleapLister.from_configfile' id='139710830902520'>,) kwargs = {'instance': None, 'url': 'https://tuleap.net'} __tracebackhide__ = True def wrap_assert_called_with(*args: Any, **kwargs: Any) -> None: __tracebackhide__ = True > assert_wrapper(_mock_module_originals["assert_called_with"], *args, **kwargs) .tox/py3/lib/python3.7/site-packages/pytest_mock/plugin.py:447: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ __wrapped_mock_method__ = <function NonCallableMock.assert_called_with at 0x7f10fc6280d0> args = (<MagicMock name='TuleapLister.from_configfile' id='139710830902520'>,) kwargs = {'instance': None, 'url': 'https://tuleap.net'} __tracebackhide__ = True msg = "Expected call: from_configfile(instance=None, url='https://tuleap.net')\nActual call: from_configfile(url='https://tu...diff:\n - {'instance': None, 'url': 'https://tuleap.net'}\n ? ------------------\n + {'url': 'https://tuleap.net'}" __mock_self = <MagicMock name='TuleapLister.from_configfile' id='139710830902520'> actual_args = (), actual_kwargs = {'url': 'https://tuleap.net'} introspection = "\nKwargs:\nassert {'url': 'https://tuleap.net'} == {'instance': ...//tuleap.net'}\n Omitting 1 identical items, use ...diff:\n - {'instance': None, 'url': 'https://tuleap.net'}\n ? ------------------\n + {'url': 'https://tuleap.net'}" @py_assert2 = None, @py_assert1 = False def assert_wrapper( __wrapped_mock_method__: Callable[..., Any], *args: Any, **kwargs: Any ) -> None: __tracebackhide__ = True try: __wrapped_mock_method__(*args, **kwargs) return except AssertionError as e: if getattr(e, "_mock_introspection_applied", 0): msg = str(e) else: __mock_self = args[0] msg = str(e) if __mock_self.call_args is not None: actual_args, actual_kwargs = __mock_self.call_args introspection = "" try: assert actual_args == args[1:] except AssertionError as e_args: introspection += "\nArgs:\n" + str(e_args) try: assert actual_kwargs == kwargs except AssertionError as e_kwargs: introspection += "\nKwargs:\n" + str(e_kwargs) if introspection: msg += "\n\npytest introspection follows:\n" + introspection e = AssertionError(msg) e._mock_introspection_applied = True # type:ignore[attr-defined] > raise e E AssertionError: Expected call: from_configfile(instance=None, url='https://tuleap.net') E Actual call: from_configfile(url='https://tuleap.net') E E pytest introspection follows: E E Kwargs: E assert {'url': 'https://tuleap.net'} == {'instance': ...//tuleap.net'} E Omitting 1 identical items, use -vv to show E Right contains 1 more item: E {'instance': None} E Full diff: E - {'instance': None, 'url': 'https://tuleap.net'} E ? ------------------ E + {'url': 'https://tuleap.net'} .tox/py3/lib/python3.7/site-packages/pytest_mock/plugin.py:437: AssertionError During handling of the above exception, another exception occurred: lister = <MagicMock name='TuleapLister' id='139710829421344'> swh_scheduler_celery_app = <Celery celery.tests at 0x7f10f8606e10> swh_scheduler_celery_worker = <Worker: gen503@d0c520c9eab6 (running)> @patch("swh.lister.tuleap.tasks.TuleapLister") def test_full_listing(lister, swh_scheduler_celery_app, swh_scheduler_celery_worker): lister.from_configfile.return_value = lister lister.run.return_value = ListerStats(pages=10, origins=500) kwargs = dict(url="https://tuleap.net") res = swh_scheduler_celery_app.send_task( "swh.lister.tuleap.tasks.FullTuleapRelister", kwargs=kwargs, ) assert res res.wait() assert res.successful() actual_kwargs = dict(**kwargs, instance=None) > lister.from_configfile.assert_called_once_with(**actual_kwargs) E AssertionError: Expected call: from_configfile(instance=None, url='https://tuleap.net') E Actual call: from_configfile(url='https://tuleap.net') E E pytest introspection follows: E E Kwargs: E assert {'url': 'https://tuleap.net'} == {'instance': ...//tuleap.net'} E Omitting 1 identical items, use -vv to show E Right contains 1 more item: E {'instance': None} E Full diff: E - {'instance': None, 'url': 'https://tuleap.net'} E ? ------------------ E + {'url': 'https://tuleap.net'} .tox/py3/lib/python3.7/site-packages/swh/lister/tuleap/tests/test_tasks.py:34: AssertionError