Actions
Bug #10037
closed[Crunch2/Workbench] Non-running container requests show a useless progress bar on dashboard
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
Story points:
0.5
Release:
Release relationship:
Auto
Files
Updated by Peter Amstutz about 8 years ago
- Subject changed from [Crunch2] Non-running container requests show a useless progress bar on dashboard to [Crunch2/Workbench] Non-running container requests show a useless progress bar on dashboard
Updated by Tom Morris about 8 years ago
- Target version set to 2016-09-28 sprint
- Story points set to 0.5
Updated by Lucas Di Pentima about 8 years ago
- Assigned To set to Lucas Di Pentima
Updated by Lucas Di Pentima about 8 years ago
- Status changed from New to In Progress
Updated by Lucas Di Pentima about 8 years ago
A very simple change, test is missing.
Updated by Lucas Di Pentima about 8 years ago
2e319c5e3ebd1bf61f74b01646b755fffccb984c
Ready for review.
Added tests and fixed an integration test broken because of some modifications made on the container request fixture.
Full tests being run on: https://ci.curoverse.com/job/developer-test-job/201/
Updated by Radhika Chippada about 8 years ago
- File dashboard.png dashboard.png added
- It would be desirable that the status label for “Not started” is aligned with “Complete”. Would you please use the 12 column spacing with 6 for link and 6 with 2 for label and 4 unused? It looked better that way when I tried. Please see attachment dashboard.png.
- In the test “in dashboard the progress bar should only show on running containers”
- Would you please expand this test to also look for the status of the non-running objects also? Currently, it is using a “should_show”. Instead you can use something like “shows progress bar” or “shows complete label” or “shows not running label” etc. That way, you can check for all the objects’ statuses in this test.
- Would you also please include a few pipeline instances in this test, not just container requests?
- You might want to call this test something like “check status in dashboard …”
Updated by Lucas Di Pentima about 8 years ago
- Styling fixes done
- Test improved to check for other state labels on CRs and Pipeline Instances, as requested!
Updated by Radhika Chippada about 8 years ago
- The test "dashboard should show the correct status for containers and processes" is impressive. Thanks.
- Nit: We are using "pipelines and processes" to mean "pipelines and other types". So "containers and processes" is next level :). You can just call it "dashboard should show the correct status for
containers andprocesses"
LGTM
Updated by Lucas Di Pentima about 8 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|commit:fe8f132725aea9816447ac8a9804b7942bc5dffd.
Actions