Last Operation field is desplayed incorrect step

Bug #1259526 reported by Timur Nurlygayanov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Murano
Invalid
Low
Timur Nurlygayanov

Bug Description

Steps To Reproduce:
1. Start to deploy linux Telnet service
2. View logs for service and for environment and chekc Last Operation field

Observed Result:
incorrect 'last result' (please see attached screenshot)

Revision history for this message
Timur Nurlygayanov (tnurlygayanov) wrote :
Revision history for this message
Timur Nurlygayanov (tnurlygayanov) wrote :
Timur Sufiev (tsufiev-x)
Changed in murano:
assignee: nobody → Timur Sufiev (tsufiev-x)
milestone: none → 0.4.1
Revision history for this message
Timur Nurlygayanov (tnurlygayanov) wrote :

need to check 'reports' order and how we takes the last status.

Changed in murano:
assignee: Timur Sufiev (tsufiev-x) → Ekaterina Fedorova (efedorova)
status: Confirmed → In Progress
Revision history for this message
Ekaterina Chernova (efedorova) wrote :

Please point out witch db was used for testing and what other conditions
For sqlite bug is not reproduced

Changed in murano:
assignee: Ekaterina Fedorova (efedorova) → Timur Nurlygayanov (tnurlygayanov)
Revision history for this message
Serg Melikyan (smelikyan) wrote :

Statuses ordered by creation date:

            last_status = db_session.query(Status). \
                filter(Status.entity_id.in_(entity_ids)). \
                order_by(desc(Status.created)). \
                first()

Please note, that table mentioned by you is updated by timer, page with full list of statuses is updated with page update. So mentioned situation is quite posible.

Changed in murano:
status: In Progress → Incomplete
Revision history for this message
Anastasia Kuznetsova (akuznetsova) wrote :

Not reproduced

Changed in murano:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.