scottchiefbaker / dool

Python3 compatible fork of dstat
GNU General Public License v3.0
323 stars 64 forks source link

Key for key in dool_disk_avgqu.py to avoid KeyError #7

Closed Flowdalic closed 1 year ago

Flowdalic commented 3 years ago

Running "make test" may fail with:

Traceback (most recent call last): File "./dool", line 2899, in main() File "./dool", line 2751, in main scheduler.run() File "/usr/lib/python3.7/sched.py", line 151, in run action(argument, kwargs) File "./dool", line 2847, in perform o.extract() File "", line 63, in extract KeyError: 'rq_ticks' make: [Makefile:38: test] Error 1

See https://bugs.gentoo.org/784704

Flowdalic commented 1 year ago

Ping, I think you may want to cherry-pick https://github.com/stanford-rc/dool/pull/3

scottchiefbaker commented 1 year ago

Apologies... Github was not sending me alerts for issues and pull requests on this repo. I did not see this until just now.

Is this still relevant? I'm working through some backlog.