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

xapi-project / xen-api / 11117852456
80%

Build:
DEFAULT BRANCH: master
Ran 01 Oct 2024 03:04AM UTC
Jobs 1
Files 37
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

30 Sep 2024 01:36PM UTC coverage: 78.279%. Remained the same
11117852456

push

github

web-flow
CP-49135: speed up UUID generation (#6018)

2 optimizations here:
* open /dev/urandom just once, speeds up session uuid/ref creation by
~3.8x
* use a PRNG for non-secret UUIDs. We cannot use these for sessions
(those UUIDs/opaquerefs are effectively the authentication tokens), or
Pool secrets, but we can use it for everything else.

The latter is not yet enabled by default, needs more testing/auditing on
whether we have any other secret opaquerefs/UUIDs in the codebase, but
the 1st one is enabled by default (we still use `/dev/urandom` for
generating the UUIDs, we just don't keep closing and reopening it).

3456 of 4415 relevant lines covered (78.28%)

0.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 python3.11 - 11117852456.1 01 Oct 2024 03:04AM UTC 37
78.28
GitHub Action Run
Source Files on build 11117852456
  • Tree
  • List 37
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #11117852456
  • 25bb1b56 on github
  • Prev Build on master (#11080483618)
  • Next Build on master (#11122294964)
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