Advertisement
Guest User

Untitled

a guest
Apr 11th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. ==============================
  2. Failed 2 tests - output below:
  3. ==============================
  4.  
  5. nova.tests.unit.notifications.objects.test_notification.TestNotificationObjectVersions.test_versions
  6. ----------------------------------------------------------------------------------------------------
  7.  
  8. Captured traceback:
  9. ~~~~~~~~~~~~~~~~~~~
  10. Traceback (most recent call last):
  11. File "nova/tests/unit/notifications/objects/test_notification.py", line 386, in test_versions
  12. 'Some notification objects have changed; please make '
  13. File "/opt/stack/nova/.tox/py27/lib/python2.7/site-packages/testtools/testcase.py", line 411, in assertEqual
  14. self.assertThat(observed, matcher, message)
  15. File "/opt/stack/nova/.tox/py27/lib/python2.7/site-packages/testtools/testcase.py", line 498, in assertThat
  16. raise mismatch_error
  17. testtools.matchers._impl.MismatchError: !=:
  18. reference = {'ImageMetaProps': '1.18-3e5975251f5843e817de68ac83274c27'}
  19. actual = {'ImageMetaProps': '1.18-d62a383b8cfa1779cb98014a3bf91581'}
  20. : Some notification objects have changed; please make sure the versions have been bumped, and then update their hashes here.
  21.  
  22.  
  23. nova.tests.unit.objects.test_objects.TestObjectVersions.test_versions
  24. ---------------------------------------------------------------------
  25.  
  26. Captured traceback:
  27. ~~~~~~~~~~~~~~~~~~~
  28. Traceback (most recent call last):
  29. File "nova/tests/unit/objects/test_objects.py", line 1216, in test_versions
  30. 'Some objects have changed; please make sure the '
  31. File "/opt/stack/nova/.tox/py27/lib/python2.7/site-packages/testtools/testcase.py", line 411, in assertEqual
  32. self.assertThat(observed, matcher, message)
  33. File "/opt/stack/nova/.tox/py27/lib/python2.7/site-packages/testtools/testcase.py", line 498, in assertThat
  34. raise mismatch_error
  35. testtools.matchers._impl.MismatchError: !=:
  36. reference = {'ImageMetaProps': '1.18-3e5975251f5843e817de68ac83274c27'}
  37. actual = {'ImageMetaProps': '1.18-d62a383b8cfa1779cb98014a3bf91581'}
  38. : Some objects have changed; please make sure the versions have been bumped, and then update their hashes here.
  39.  
  40.  
  41.  
  42. ======
  43. Totals
  44. ======
  45. Ran: 14805 tests in 647.0000 sec.
  46. - Passed: 14745
  47. - Skipped: 58
  48. - Expected Fail: 0
  49. - Unexpected Success: 0
  50. - Failed: 2
  51. Sum of execute time for each test: 1816.0587 sec.
  52.  
  53. ==============
  54. Worker Balance
  55. ==============
  56. - Worker 0 (4932 tests) => 0:10:10.567051
  57. - Worker 1 (4931 tests) => 0:09:49.758917
  58. - Worker 2 (4942 tests) => 0:10:24.179051
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement