Job timeout risk: spec/features/projects/blobs/blame_spec.rb ran much longer than expected
Why was this issue created?
spec/features/projects/blobs/blame_spec.rb was reported to have:
- exceeded Knapsack's expected runtime by at least 50%, and
- been identified as a notable pipeline bottleneck and a job timeout risk
Suggested steps for investigation
- To reproduce in CI by running test files in the same order, you can follow the steps listed here.
- Identify if a specific test case is stalling the run time. Hint: You can search the job's log for
Starting example group spec/features/projects/blobs/blame_spec.rb
and view the elapsed time after each test case in the proceeding lines starting with[RSpecRunTime]
. - If the test file is large, consider refactoring it into multiple files to allow better test parallelization across runners.
- If the run time cannot be fixed in time, consider quarantine the spec(s) to restore performance.
Run time details
- Reported from pipeline 4577812 created at
2025-09-07T09:13:50Z
Field | Value |
---|---|
Job URL | rspec-system-pg16-no-gitaly-transactions-23-32 |
Job total RSpec suite run time | expected: 26 minutes 15.47 seconds , actual: 80 minutes 44.36 seconds
|
Spec file run time | expected: 23.97 seconds , actual: 21 minutes 22.49 seconds
|
Spec file weight |
26.47% of total suite run time |
- Reported from pipeline 4646526 created at
2025-09-24T12:19:25Z
Field | Value |
---|---|
Job URL | rspec-system-pg16-11-32 |
Job total RSpec suite run time | expected: 27 minutes 16.73 seconds , actual: 81 minutes 14.31 seconds
|
Spec file run time | expected: 25.79 seconds , actual: 27 minutes 38.84 seconds
|
Spec file weight |
34.03% of total suite run time |
Edited by KNAPSACK_REPORT_ISSUES_PROJECT_TOKEN