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

spesmilo / electrum / 5102098242600960
63%
master: 63%

Build:
Build:
LAST BUILD BRANCH: release_notes_4_7_0
DEFAULT BRANCH: master
Ran 21 Jan 2026 01:55PM UTC
Jobs 1
Files 89
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

21 Jan 2026 12:57PM UTC coverage: 62.626% (-0.006%) from 62.632%
5102098242600960

Pull #10429

CirrusCI

f321x
plugin: make DeviceMgr.run non-blocking, fix lock

Prevents `DeviceMgr.run()` from blocking the `Plugins` `DaemonThread` by
scheduling the hww timeout check instead of awaiting its result on the
`Plugins` thread.

If something in the `_hwd_comms_executor` thread is waiting for user
input, e.g. when setting up a hww in the wizard the user needs to
unlock the hww for `HardwareClientBase.get_xpub()` to return, the
`_hwd_comms_executor` is blocked. If then `DeviceMgr.run()` gets called by
the `Plugins` `DaemonThread` concurrently and tries to check the hww
timeout on the `_hwd_comms_executor` as well the `DaemonThread` is
blocked too until the `_hwd_comms_executor` gets unblocked (and the
`DaemonThread.job_lock` is taken.

Now if something tries to take the `DaemonThread.job_lock` it blocks as
well, so if a user e.g. tries to load a new plugin from the plugins
dialog the whole gui thread will freeze until the hww gets unlocked.
Pull Request #10429: plugin: make DeviceMgr.run non-blocking, fix lock

7 of 15 new or added lines in 2 files covered. (46.67%)

23918 of 38192 relevant lines covered (62.63%)

0.63 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
66.17
0.03% electrum/util.py
7
33.82
-0.07% electrum/plugin.py
Jobs
ID Job ID Ran Files Coverage
1 5102098242600960.1 21 Jan 2026 01:55PM UTC 89
62.63
Source Files on build 5102098242600960
  • Tree
  • List 89
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Build #51020982...
  • Pull Request #10429
  • PR Base - master (#54021565...)
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