Actions
Feature #19093
closedProcess details should display a warning if "container_count" is greater than 1 (meaning it failed and was retried)
Start date:
06/23/2022
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
-
Release:
Release relationship:
Auto
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-05-25 sprint to 2022-06-08 sprint
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-06-08 sprint to 2022-06-22 Sprint
Updated by Stephen Smith over 2 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-06-22 Sprint to 2022-07-06
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-07-06 to 2022-06-22 Sprint
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-06-22 Sprint to 2022-07-06
Updated by Stephen Smith over 2 years ago
Changes at arvados-workbench2|3ebe70ccec47fe17491415736701e6e1ce1956c3 branch 19093-process-failed-warning
Tests developer-tests-workbench2: #763
- Adds an additional process details attributes warning banner when container count > 1
Updated by Lucas Di Pentima over 2 years ago
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 thecontainer_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 thinkPaper
won't need special CSS rules to disable unwanted pointer behavior. - Could you add a Cypress test on
process.spec.js
?
Updated by Stephen Smith over 2 years ago
Changes at arvados-workbench2|25d64433dff3ffcf083c2cedd8d849de49a691d1
Tests developer-tests-workbench2: #766
- Swapped out for Paper
- Added cypress tests with cy.intercept
Updated by Lucas Di Pentima over 2 years ago
Really cool what cy.intercept
allows us to do! LGTM, thanks.
Updated by Stephen Smith over 2 years ago
- Status changed from In Progress to Resolved
Updated by Stephen Smith about 2 years ago
- Related to Story #18860: Display count of container attempts and make it easy to access past logs added
Actions