stable/grizzly intermittent MetadataRefreshTest failure
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
High
|
Zane Bitter | ||
Grizzly |
Fix Released
|
High
|
Steven Hardy |
Bug Description
Intermittent test failures are seen with stable/grizzly:
2013-08-28 06:03:13.634 |
2013-08-28 06:03:13.636 | =======
2013-08-28 06:03:13.639 | FAIL: test_FnGetAtt (heat.tests.
2013-08-28 06:03:13.642 | -------
2013-08-28 06:03:13.643 | Traceback (most recent call last):
2013-08-28 06:03:13.644 | File "/home/
2013-08-28 06:03:13.644 | test_fn(test_cls)
2013-08-28 06:03:13.644 | File "/home/
2013-08-28 06:03:13.644 | self.assertEqua
2013-08-28 06:03:13.645 | AssertionError: 'CREATE_COMPLETE' != 'CREATE_FAILED'
2013-08-28 06:03:13.645 | -------
2013-08-28 06:03:13.645 | Running test test_FnGetAtt
2013-08-28 06:03:13.646 |
2013-08-28 06:03:13.646 | -------
2013-08-28 06:03:13.646 | "'CREATE_COMPLETE' != 'CREATE_FAILED'" = '%s != %s' % (safe_repr(
2013-08-28 06:03:13.647 | "'CREATE_COMPLETE' != 'CREATE_FAILED'" = self._formatMes
2013-08-28 06:03:13.647 | >> raise self.failureExc
2013-08-28 06:03:13.647 |
2013-08-28 06:03:13.647 | -------
2013-08-28 06:03:13.648 | heat.engine.
2013-08-28 06:03:13.648 | heat.engine.
2013-08-28 06:03:13.648 | heat.engine.
2013-08-28 06:03:13.649 | Traceback (most recent call last):
2013-08-28 06:03:13.649 | File "/home/
2013-08-28 06:03:13.649 | self.handle_
2013-08-28 06:03:13.650 | File "/home/
2013-08-28 06:03:13.650 | return mock_method(
2013-08-28 06:03:13.650 | File "/home/
2013-08-28 06:03:13.650 | expected_method = self._VerifyMet
2013-08-28 06:03:13.651 | File "/home/
2013-08-28 06:03:13.651 | expected = self._PopNextMe
2013-08-28 06:03:13.651 | File "/home/
2013-08-28 06:03:13.652 | raise UnexpectedMetho
2013-08-28 06:03:13.652 | UnexpectedMetho
2013-08-28 06:03:13.652 | heat.engine.
2013-08-28 06:03:13.653 | -------
Changed in heat: | |
status: | New → Fix Released |
Changed in heat: | |
status: | Invalid → New |
Changed in heat: | |
assignee: | nobody → Zane Bitter (zaneb) |
status: | New → Fix Committed |
importance: | Undecided → High |
milestone: | none → havana-3 |
Changed in heat: | |
status: | Fix Committed → Fix Released |
Changed in heat: | |
milestone: | havana-3 → 2013.2 |
At first I thought this was fixed by https:/ /review. openstack. org/#/c/ 31301/ in master, but on closer inspection it seems that is related to parallel create which doesn't exist in grizzly.
It may actually be fixed by:
commit 0f6e437e889f4a8 d7b7c197047a380 b04803f3c8
Author: Zane Bitter <email address hidden>
Date: Tue Apr 9 20:01:24 2013 +0200
Clean up metadata refresh unit test
The stack was not being fully created, because the calls to the mock
functions were not present for the second instance.
Change-Id: I894473533eb401 33e4c22facbbee7 49a971cec89