baweaver / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

disk_io_counters() negative time values on Windows #501

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
======================================================================
FAIL: test_disk_io_counters (__main__.TestSystemAPIs)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test\test_psutil.py", line 1045, in test_disk_io_counters
    check_ntuple(ret)
  File "test\test_psutil.py", line 1042, in check_ntuple
    assert nt.write_time >= 0, nt
AssertionError: sdiskio(read_count=350886, write_count=466202, 
read_bytes=7523009024L, write_bytes=9550077440L, read_time=335751130L,
write_time=-42335850L)

Original issue reported on code.google.com by g.rodola on 30 Apr 2014 at 1:43