heat event list sorted incorrect
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-heatclient |
Fix Released
|
High
|
JunJie Nan |
Bug Description
heat event-list stack
+------
| logical_resource_id | id | resource_
+------
| B | 49 | state changed | CREATE_IN_PROGRESS | 2013-08-
| H2 | 48 | state changed | CREATE_IN_PROGRESS | 2013-08-
| A | 53 | state changed | CREATE_IN_PROGRESS | 2013-08-
| H1 | 50 | state changed | CREATE_IN_PROGRESS | 2013-08-
| H1 | 52 | state changed | CREATE_COMPLETE | 2013-08-
| H2 | 51 | state changed | CREATE_COMPLETE | 2013-08-
| W1 | 54 | state changed | CREATE_IN_PROGRESS | 2013-08-
| W2 | 55 | state changed | CREATE_IN_PROGRESS | 2013-08-
| A | 56 | state changed | CREATE_COMPLETE | 2013-08-
| B | 57 | state changed | CREATE_COMPLETE | 2013-08-
| C | 58 | state changed | CREATE_IN_PROGRESS | 2013-08-
| C | 59 | state changed | CREATE_COMPLETE | 2013-08-
| D | 60 | state changed | CREATE_IN_PROGRESS | 2013-08-
| D | 61 | state changed | CREATE_COMPLETE | 2013-08-
| W1 | 62 | state changed | CREATE_COMPLETE | 2013-08-
| W2 | 63 | state changed | CREATE_COMPLETE | 2013-08-
+------
We can see event with id = 49 is before event with id=48, because the event time is same.
`heat-cfn' client has no such problem.
description: | updated |
Changed in python-heatclient: | |
assignee: | nobody → JunJie Nan (nanjj) |
Changed in python-heatclient: | |
milestone: | none → v0.2.5 |
importance: | Undecided → High |
status: | Fix Committed → Fix Released |
Fix proposed to branch: master /review. openstack. org/40809
Review: https:/