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

xapi-project / xen-api / 16367002314
80%

Build:
DEFAULT BRANCH: master
Ran 18 Jul 2025 09:21AM UTC
Jobs 1
Files 34
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

18 Jul 2025 09:12AM UTC coverage: 80.345%. Remained the same
16367002314

push

github

web-flow
Improve `other_operation_in_progress` error users, fix handling of its delays (#6588)

`other_operation_in_progress` is reported inconsistently, with some
users only specifying `[class; class_ref]`, and others also `op_type`.
Make it consistent, changing all users to report `[class; class_ref;
op_type; op_ref]`. This makes it much easier to navigate the logs, since
the operation blocking progress is clearly referenced.

Compare before, where it's unclear which operation is precluding
progress:
```
Caught exception while marking SR for VDI.clone in message forwarder:
OTHER_OPERATION_IN_PROGRESS:
[ SR; OpaqueRef:d019f26a-b2e8-529b-bb66-fd4f008d4f82; VDI.clone ]
```

And after, with the ID of the operation present:
```
Caught exception while marking SR for VDI.clone in message forwarder:
OTHER_OPERATION_IN_PROGRESS:
[ SR; OpaqueRef:b0f54a40-485f-f48f-fdc7-6db28a64d3fd;
  scan; OpaqueRef:832fb22d-2ce5-0d26-8a00-a4165e78b34d ]
```

In addition, fix incorrect operation reporting, so that when progress is
blocked only when particular types of operations are present in
`current_operations`, these specific operations are reported, and not
just any current operation.

Also fix handling of `other_operation_in_progress` delays - some of the
users would miss the `match` arm and use the non-interruptible
`Thread.sleep` instead of the interruptible `Delay.sleep` that provides
a mechanism for the blocking task to wake us up on its way out.

3491 of 4345 relevant lines covered (80.35%)

0.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 python3.11 - 16367002314.1 18 Jul 2025 09:21AM UTC 34
80.35
GitHub Action Run
Source Files on build 16367002314
  • Tree
  • List 34
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16367002314
  • 577186ed on github
  • Prev Build on gh-readonly-queue/master/pr-6593-bef6739353b139a02c8d95b760312975855cde6d (#16321607367)
  • Next Build on master (#16374390787)
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

© 2025 Coveralls, Inc