Feature #19093
closed
Process details should display a warning if "container_count" is greater than 1 (meaning it failed and was retried)
Added by Peter Amstutz over 2 years ago.
Updated about 2 years ago.
Estimated time:
(Total: 0.00 h)
Release relationship:
Auto
Related issues
1 (1 open — 0 closed)
- Target version changed from 2022-05-25 sprint to 2022-06-08 sprint
- Target version changed from 2022-06-08 sprint to 2022-06-22 Sprint
- Assigned To set to Stephen Smith
- Status changed from New to In Progress
- Target version changed from 2022-06-22 Sprint to 2022-07-06
- Target version changed from 2022-07-06 to 2022-06-22 Sprint
- Target version changed from 2022-06-22 Sprint to 2022-07-06
Some comments:
- The
data-cy=process-runtime-status-warning
property is meant for Cypress tests to find the original runtime status warning, so I think in the case of the container_count
warning, it should have its own identifier.
- The expansion component allows to show additional information that in this case isn't available, do you think it would be better to use for example the
Paper
component ? For example, I think Paper
won't need special CSS rules to disable unwanted pointer behavior.
- Could you add a Cypress test on
process.spec.js
?
Really cool what cy.intercept
allows us to do! LGTM, thanks.
- Status changed from In Progress to Resolved
- Related to Story #18860: Display count of container attempts and make it easy to access past logs added
Also available in: Atom
PDF