canonical / canonical/testflinger
Add command-line visibility to the number of jobs per queue for a given agent.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 26
- Forks
- 49
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 16
Description
Related to PR #858 and PR #853 and potentially solved by #859. the current `testflinger` CLI does not provide a mechanism by which a user can determine what work may be in other queues which may be worked in front of their current job **via the command line**.
Because #853 is merged, the server now supports displaying not only the _list of queues_ on the **Agent Detail** page, but also the number of current jobs on those queues as well.
There is no such visibility available on the command line and there should be.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the testflinger CLI and the behavior described in PRs #858 and #853, then check whether PR #859 already addresses this issue. The work is complete when a command-line view exposes each queue for an agent together with its current job count.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100