rust-lang / rust-lang/rustc-perf
Show backfilled jobs in the request progress bar
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 733
- Forks
- 189
- Avg merge
- 10h 52m
- Merged PRs (30d)
- 43
Description
If we have an in-progress request that backfills some data with parent jobs, its progress bar in the status page table now only includes the jobs of the request. If we're waiting for the backfilled parent jobs, it looks like the progress bar is full, but the request is not being finished. We should either ensure that the backfilled parent jobs are always executed first, or that we include the backfilled jobs in the progress bar.
Contributor guide
No contributing guide indexed for this repository
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 tracing the status page table's request progress-bar calculation and the handling of backfilled parent jobs. Determine whether parent jobs are executed first or included in the progress total; done means the bar does not appear full while required backfilled jobs remain unfinished.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100