Web UI: Bug in line order of service log

Bug #1217369 reported by Denis Myznikov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Murano
Fix Released
Medium
Unassigned

Bug Description

If a service is present in more then one deployments, its logs have incorrect order of lines (according to timestamps).

*To reproduce:*
1. Create an environment with one service (service_1)
2. Deploy the environment
3. Add another service (service_2)
4. Deploy the environment again
5 Go to service 1 and check the Logs.

*Expected behavior:*
The log contains messages from both deployments in newer-to-older order, like this:
deployement2-message3
deployement2-message2
deployement2-message1
deployement1-message3
deployement1-message2
deployement1-message1

*Actual behavior:*
The log contains messages from both deployments, but the order is mixed: the deployments are correctly grouped in newer-to-older order, but the messages within a deployment are ordered in older-to-newer order, like this:
deployement2-message1
deployement2-message2
deployement2-message3
deployement1-message1
deployement1-message2
deployement1-message3

See attached screenshot

Changed in murano:
status: New → Fix Committed
Changed in murano:
importance: Undecided → High
Revision history for this message
Denis Myznikov (dmyznikov) wrote :
Revision history for this message
Denis Myznikov (dmyznikov) wrote :
Changed in murano:
milestone: none → 0.2
Changed in murano:
status: Fix Committed → Fix Released
description: updated
Changed in murano:
importance: High → Medium
status: Fix Released → Fix Committed
summary: - Web UI: Bug in line order of service log
+ Launchpad Bug #1217369: Web UI: Bug in line order of service log
summary: - Launchpad Bug #1217369: Web UI: Bug in line order of service log
+ Web UI: Bug in line order of service log
Changed in murano:
status: Fix Committed → Fix Released
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.