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

xcp-ng / xen-api
79%

Build:
DEFAULT BRANCH: master
Repo Added 26 Jul 2024 08:08AM UTC
Token 6E67zIMeNRkaOlqYhUc4nguIhJc55xHhB regen
Build 1197 Last
Files 36
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 26.1-lcm
  • 8.3
  • AMD-xen-pci-MMIO-cache
  • abo-resize-online-support
  • dev/pau/vdi-revert
  • dev/pau/vdi-revert-backport
  • dev/srt/8.3/port-mirroring
  • dev/srt/lcm/vlan-filtering
  • dev/srt/master/dhcp-client-cleanup
  • dev/srt/master/dhcp-client-cleanup-fix
  • dev/srt/master/dhcp-client-cleanup-revert
  • dev/srt/master/dhcp-client-cleanup2
  • dev/srt/master/vlan-filtering
  • dev/srt/vlan-filtering
  • dev/stefanos/backport-network-mgmt-iface
  • dev/stefanos/network-mgmt-iface
  • discard-stats
  • dnt/usb
  • dnt/vif-config-dhcp
  • dnt/vif-config-dhcp-backport
  • feature/supported-image-formats
  • fix-ip6-net-reset
  • fix-ippv6-management-disable
  • fix-ipv6-pool-eject
  • fix-ipv6-reset-address-type
  • fix-ipv6-reset-networking
  • fix-openvswitch
  • gtn-add-qcow-as-valid-format
  • gtn-add-qcow-to-xcp-rrdd-iostat
  • gtn-add-supported-file-format-v24.19.2
  • gtn-backport-7179
  • gtn-check-all-changes-during-sr-scan
  • gtn-check-suspend-sr-space
  • gtn-datamodel-image-format
  • gtn-delay-storage-access
  • gtn-delay-storage-access-start
  • gtn-doc-traces
  • gtn-dont-use-dhcp4-for-none-mode
  • gtn-fake
  • gtn-fix-image-format
  • gtn-fix-image-format-26.1-lcm
  • gtn-fix-libxenctrl
  • gtn-fix-perfmon-typo
  • gtn-fix-wrong-pram-desc
  • gtn-fixes-6157
  • gtn-guest-pci-topology
  • gtn-how-setup-alarms
  • gtn-ignore-opam-local-switch
  • gtn-image-format-26.1.9-lcm
  • gtn-image-formats
  • gtn-refresh-session-during-vdi-copy
  • gtn-refresh-session-lcm
  • gtn-refresh-session-master
  • gtn-rrd-multiple-uuids
  • gtn-sm-feature
  • gtn-split-quicktest
  • gtn-supported-image-formats
  • gtn-supported-image-formats-8.3
  • gtn-supported-image-formats-v24.19.2
  • gtn-suspend-sr-lcm
  • gtn-typo-in-certificate-cmd
  • gtn-v24.19.2
  • gtn-vdi-always-unlocked
  • increase-wait-init-complete-timeout
  • ipv6-firewall-port
  • ipv6-startup-virtual-pif
  • master
  • observer-launch-trace
  • revert-7138-dev/srt/master/dhcp-client-cleanup
  • v24.39.1-8.3
  • v25.21.0-8.3
  • v25.24.0-8.3
  • v25.26.0-8.3
  • v25.27.0-8.3
  • v25.33.1-8.3
  • v25.6.0-8.3
  • v26.0.0-8.3
  • v26.1.11-8.3
  • v26.1.12-8.3
  • v26.1.13-8.3
  • v26.1.16-8.3
  • v26.1.3-8.3
  • v26.1.4-8.3
  • xenopsd-AMD-xen-pci-MMIO-cache

11 Aug 2026 07:41AM UTC coverage: 78.996%. Remained the same
31990362393

push

github

web-flow
scripts/attach-static-vdis: Toggle nullglob to fix behavior on empty dir (#7204)

If `STATE_DIR` exists but is not empty, then globs for it in the form of
`STATE_DIR/*` and `STATE_DIR/*/vdi-uuid` will be passed in literal form,
causing errors like:

cat: /etc/xensource/static-vdis-test/*/vdi-uuid: No such file or
directory

Toggle nullglob instead, which turns the whole glob string empty and
does not enter the body of the loop iterating over the matches.

3667 of 4642 relevant lines covered (79.0%)

0.79 hits per line

Relevant lines Covered
Build:
Build:
4642 RELEVANT LINES 3667 COVERED LINES
0.79 HITS PER LINE
Source Files on master
  • Tree
  • List 36
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
31990362393 master scripts/attach-static-vdis: Toggle nullglob to fix behavior on empty dir (#7204) If `STATE_DIR` exists but is not empty, then globs for it in the form of `STATE_DIR/*` and `STATE_DIR/*/vdi-uuid` will be passed in literal form, causing errors like... push 17 Aug 2026 03:12AM UTC web-flow github
79.0
31923671538 master scripts/attach-static-vdis: Toggle nullglob to fix behavior on empty dir (#7204) If `STATE_DIR` exists but is not empty, then globs for it in the form of `STATE_DIR/*` and `STATE_DIR/*/vdi-uuid` will be passed in literal form, causing errors like... push 16 Aug 2026 03:12AM UTC web-flow github
79.0
31860829301 master scripts/attach-static-vdis: Toggle nullglob to fix behavior on empty dir (#7204) If `STATE_DIR` exists but is not empty, then globs for it in the form of `STATE_DIR/*` and `STATE_DIR/*/vdi-uuid` will be passed in literal form, causing errors like... push 15 Aug 2026 03:04AM UTC web-flow github
79.0
31817331175 gtn-split-quicktest quicktest: add -sr-only and -common-only suite filters Storage CI runs quicktest once per SR under test, but not every suite acutally depends on the SR passed via -sr. Suites like message, xenstore, event etc. exercise xapi behavior that has noth... push 14 Aug 2026 04:02PM UTC gthvn1 github
79.0
31786883638 gtn-split-quicktest quicktest: add -sr-only and -common-only suite filters Storage CI runs quicktest once per SR under test, but not every suite acutally depends on the SR passed via -sr. Suites like message, xenstore, event etc. exercise xapi behavior that has noth... push 14 Aug 2026 09:10AM UTC gthvn1 github
79.0
31769401567 master scripts/attach-static-vdis: Toggle nullglob to fix behavior on empty dir (#7204) If `STATE_DIR` exists but is not empty, then globs for it in the form of `STATE_DIR/*` and `STATE_DIR/*/vdi-uuid` will be passed in literal form, causing errors like... push 14 Aug 2026 04:18AM UTC web-flow github
79.0
31666673087 master scripts/attach-static-vdis: Toggle nullglob to fix behavior on empty dir (#7204) If `STATE_DIR` exists but is not empty, then globs for it in the form of `STATE_DIR/*` and `STATE_DIR/*/vdi-uuid` will be passed in literal form, causing errors like... push 13 Aug 2026 04:20AM UTC web-flow github
79.0
31591674110 gtn-backport-7179 [backport] Start SM service after dbsync to avoid startup deadlock The patch fixes an issue that can happens if a VDI operation fails on a SR and keeps the lock. In such case the XAPI can be blocked during the startup. Here is the scenario: - Xen... push 12 Aug 2026 11:25AM UTC gthvn1 github
80.46
31562715615 master scripts/attach-static-vdis: Toggle nullglob to fix behavior on empty dir (#7204) If `STATE_DIR` exists but is not empty, then globs for it in the form of `STATE_DIR/*` and `STATE_DIR/*/vdi-uuid` will be passed in literal form, causing errors like... push 12 Aug 2026 04:17AM UTC web-flow github
79.0
31499033181 8.3 quicktest: Exclude linstor SRs from QCOW2 quicktests These quicktests force QCOW2 VDIs through sm-config:image-format, and error out on Linstor SRs, which do support the setting but don't support QCOW2. Signed-off-by: Andrii Sultanov <andriy.sul... push 11 Aug 2026 01:59PM UTC last-genius github
80.46
See All Builds (1126)

Badge your Repo: xen-api

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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