Show queued tests on web UI
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Auto Package Testing |
Wishlist
|
Martin Pitt | ||
Bug Description
It'd be interesting to be able to see what's in the queue waiting for available workers on the web UI.
Not sure that RabbitMQ (used to store job queue) supports this though, so might not be possible. We could at least show queue depth (that is bug 1501319).
| Iain Lane (laney) wrote : | #1 |
| Changed in auto-package-testing: | |
| status: | New → Triaged |
| importance: | Undecided → Wishlist |
| Martin Pitt (pitti) wrote : | #2 |
Showing the AMQP queues is surprisingly difficult; there is no non-destructive way to do that except for the management plugin; we might be able to utilize that.
However, what is relatively easy to do is to provide a page which shows the logtail of all currently running tests. This could update itself every ~ 10 s. Then you know that everything which is "in progress" on excuses.html but not running must be waiting in the queue still.
| Changed in auto-package-testing: | |
| assignee: | nobody → Martin Pitt (pitti) |
| status: | Triaged → In Progress |
| Martin Pitt (pitti) wrote : | #3 |
First really crappy prototype: http://
| Changed in auto-package-testing: | |
| status: | In Progress → Triaged |
| description: | updated |
| summary: |
- Show pending tests on web UI + Show queued tests on web UI |
| Changed in auto-package-testing: | |
| status: | Triaged → In Progress |
| Martin Pitt (pitti) wrote : | #4 |
http://
| Changed in auto-package-testing: | |
| status: | In Progress → Fix Released |

(-> wishlist, probably)