Bug 2011368
Summary: | Tooltip in pipeline visualization shows misleading data | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Pavol Pitonak <ppitonak> | ||||||
Component: | Dev Console | Assignee: | Debsmita Santra <dsantra> | ||||||
Status: | CLOSED ERRATA | QA Contact: | spathak <spathak> | ||||||
Severity: | low | Docs Contact: | Rolfe Dlugy-Hegwer <rdlugyhe> | ||||||
Priority: | medium | ||||||||
Version: | 4.8 | CC: | abhindas, aos-bugs, cjerolim, dsantra, kjeeyar, nmukherj, sdoyle, ssadeghi | ||||||
Target Milestone: | --- | Flags: | dsantra:
needinfo-
|
||||||
Target Release: | 4.10.0 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: |
* Before this update, the tooltip for tasks in the *PipelineRun details* showed misleading information. It showed the time elapsed since the task ran, not how long they ran. For example, it showed 122 hours for a task that ran for a couple of seconds 5 days ago. With this update, the tooltip shows the duration of the task. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2011368[BZ#2011368])
|
Story Points: | --- | ||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2022-03-10 16:17:19 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Created attachment 1845107 [details]
tkn-taskrun-describe.png
@ssadeghi @sdoyle did you agree that we should change the TaskRun time which is shown on a PipelineRun detail page from 'x hours ago' (we don't show ago today) to the duration? Yes, showing the duration of task instead of when it ran on the pipeline diagram is reasonable. Looks fine for me on 4.10.0-0.ci-2022-01-18-093446, @ppitonak can you take a look and mark this ticket as verified in everything is fine from your side? Thanks I tried the quickstart "Deploying an application with a pipeline" on 4.10.0-0.nightly-2022-01-19-110820 - it behaves as I would expect. verified for 4.10 OpenShift version 4.10.0-0.ci-2022-01-24-081900 Kubernetes version v1.22.1-4631+06791f6ef85553-dirty Cluster ID 0e957dbc-364a-40e8-9c32-e52c408404bb API server https://api.ci-ln-ddqtp4b-72292.origin-ci-int-gce.dev.rhcloud.com:6443 @rdlugyhe the doc text looks good. Thank you ! Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.10.3 security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:0056 |
Created attachment 1829897 [details] screenshot with sample pipeline run Description of problem: Tooltip for tasks in pipeline visualization doesn't show how long did the task run but when it ran. It's very misleading, especially when the pipeline ran long time ago a task ran very quickly (e.g. it shows 122 hours for a task that ran couple of seconds 5 days ago). Version-Release number of selected component (if applicable): OCP 4.8.10, Pipelines 1.5.2 How reproducible: Steps to Reproduce: 1. Run some pipeline 2. Open pipeline run view 3. Move with mouse to any task in the pipeline visualization Actual results: Shows when the task ran Expected results: Shows how long the task ran Additional info: