• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubevirt / containerized-data-importer / #6215
50%
main: 50%

Build:
Build:
LAST BUILD BRANCH: fix-g115-linting
DEFAULT BRANCH: main
Ran 27 Aug 2026 08:16AM UTC
Jobs 1
Files 159
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Aug 2026 07:58AM UTC coverage: 49.762% (+0.01%) from 49.752%
#6215

Pull #4261

travis-ci

Acedus
controller, clone, planner: fix race when PVC capacity is unavailable

When cloning from a source DataVolume that is still importing, the
source PVC exists but its Status.Capacity is not yet populated.
validateAdvancedClonePVC treats this as a hard error, setting
AnnClonePhase=Error and triggering exponential backoff. This
misclassifies a transient pending condition as an error, and the
backoff can delay recovery past timeout windows.

Check whether sourceClaim.Status.Capacity is populated before calling
validateAdvancedClonePVC. If not, follow the missing-source-PVC path,
set AnnClonePhase=Pending and requeue after 5 seconds, deferring
strategy selection until the source PVC is ready.

Signed-off-by: Adi Aloni <aaloni@redhat.com>
Pull Request #4261: controller, clone, planner: fix race when PVC capacity is unavailable

6 of 6 new or added lines in 1 file covered. (100.0%)

15166 of 30477 relevant lines covered (49.76%)

0.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #6215.1 27 Aug 2026 08:16AM UTC 159
49.76
Source Files on build #6215
  • Tree
  • List 159
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #4261
  • PR Base - main (#)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc