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

xcp-ng / xen-api / 14726612201

28 Apr 2025 01:40PM UTC coverage: 77.719%. Remained the same
14726612201

push

github

web-flow
build: avoid race condition on install (#6446)

We had various builds fail with:
```
cp: cannot create directory 'autogen-out/include': File exists
```

This is likely a race condition between `cp -r` and the other command
both trying to create that directory (and `cp -r` not handling the race
condition correctly, i.e. a TOCTOU bug in `cp -r`).

Work this around by running the 2 command in sequence: then even if they
both try to create the 'include' directory there won't be any race.

3359 of 4322 relevant lines covered (77.72%)

0.78 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

82.05
/python3/libexec/nbd_client_manager.py


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc