Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent StepExecutionIterator from leaking memory in cases where a single processed execution has a stuck CPS VM thread #347

Merged
merged 6 commits into from
Aug 9, 2024

Fix the memory leak by making StepExecutionIteratorImpl return Future…

9b6c0ae
Select commit
Loading
Failed to load commit list.
Merged

Prevent StepExecutionIterator from leaking memory in cases where a single processed execution has a stuck CPS VM thread #347

Fix the memory leak by making StepExecutionIteratorImpl return Future…
9b6c0ae
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Aug 7, 2024 in 0s

Line Coverage: 77.78% (+1.08%), Branch Coverage: 100.00% (+24.29%)

Summary for modified lines

  • 14 lines have been modified
  • 2 lines are not covered
  • 1 line is covered only partially

Overview by baseline

Quality Gates Summary

No active quality gates.

Details

Project coverage details

Module Coverage Package Coverage File Coverage Class Coverage Method Coverage Line Coverage Branch Coverage Instruction Coverage
🐾 Overall project 100.00% (1/1) 100.00% (8/8) 67.90% (55/81) 67.18% (88/131) 67.06% (399/595) 68.03% (1577/2318) 63.13% (690/1093) 67.36% (6299/9351)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.00% -0.25% ⬇️ -0.06% ⬇️ +0.03% ⬆️ +0.00% -0.02% ⬇️
🐾 Modified files 100.00% (1/1) 100.00% (1/1) 100.00% (1/1) 100.00% (7/7) 91.43% (32/35) 76.70% (158/206) 75.71% (53/70) 77.75% (671/863)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a +0.23% ⬆️ +0.00% n/a
🐾 Modified code lines 100.00% (1/1) 100.00% (1/1) 100.00% (1/1) n/a n/a 77.78% (7/9) 100.00% (2/2) n/a
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +1.08% ⬆️ +24.29% ⬆️ n/a

Annotations

Check warning on line 273 in src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionList.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered lines

Lines 272-273 are not covered by tests