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

spesmilo / electrum / 6158669730021376
63%

Build:
DEFAULT BRANCH: master
Ran 24 Aug 2023 05:21PM UTC
Jobs 3
Files 78
Run time 3s
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

24 Aug 2023 05:15PM UTC coverage: 58.93% (-0.08%) from 59.011%
6158669730021376

push

CirrusCI

SomberNight
run_electrum: have daemon manage Plugins object, and call Plugins.stop

Plugins.stop was never called, so the Plugins thread only stopped
because of the is_running() check in run(), which triggers too late:
the Plugins thread was stopping after the main thread stopped.

E.g. playing around in the qt wizard with wallet creation for a Trezor,
and closing the wizard (only window):
``` 24.85 | E | p/plugin.Plugins |
Traceback (most recent call last):
  File "/home/user/wspace/electrum/electrum/util.py", line 386, in run_jobs
    job.run()
  File "/home/user/wspace/electrum/electrum/plugin.py", line 430, in run
    client.timeout(cutoff)
  File "/home/user/wspace/electrum/electrum/plugin.py", line 363, in wrapper
    return run_in_hwd_thread(partial(func, *args, **kwargs))
  File "/home/user/wspace/electrum/electrum/plugin.py", line 355, in run_in_hwd_thread
    fut = _hwd_comms_executor.submit(func)
  File "/usr/lib/python3.10/concurrent/futures/thread.py", line 167, in submit
    raise RuntimeError('cannot schedule new futures after shutdown')
RuntimeError: cannot schedule new futures after shutdown
```

17 of 17 new or added lines in 2 files covered. (100.0%)

18599 of 31561 relevant lines covered (58.93%)

1.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6158669730021376.1 24 Aug 2023 05:21PM UTC 0
58.86
2 6158669730021376.2 24 Aug 2023 05:22PM UTC 0
58.89
3 6158669730021376.3 24 Aug 2023 05:33PM UTC 0
58.91
Source Files on build 6158669730021376
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #61586697...
  • 90f39bce on github
  • Prev Build on master (#47439809...)
  • Next Build on master (#56466154...)
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