# Pastebin XC4ZwXRv I was testing this patch https://review.opendev.org/c/openstack/oslo.messaging/+/824512 but on gerrit zuul it worked but locally failing for me. Any suggestions ? ``` oslo_messaging.tests.notify.test_notifier.TestMessagingNotifierRetry.test_notifier_retry_connection_fails_rabbit ---------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/home/ubuntu/oslo.messaging/oslo_messaging/tests/notify/test_notifier.py", line 277, in test_notifier_retry_connection_fails_rabbit self.assertEqual(3, len(calls)) File "/home/ubuntu/oslo.messaging/.tox/py38/lib/python3.8/site-packages/testtools/testcase.py", line 393, in assertEqual self.assertThat(observed, matcher, message) File "/home/ubuntu/oslo.messaging/.tox/py38/lib/python3.8/site-packages/testtools/testcase.py", line 480, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: 3 != 1 ```