anfedorov / psutil

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

Test failures on 7cf554c97c82 #381

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I figured I would file a new bug so as not to clutter the others. ;)

Tested on commit 7cf554c97c82.

This is on linux-3.9.2 with Python 3.3.1.

Original issue reported on code.google.com by floppymaster@gmail.com on 13 May 2013 at 7:15

Attachments:

GoogleCodeExporter commented 8 years ago
Please try revision c970f35bc964.

Original comment by g.rodola on 13 May 2013 at 7:46

GoogleCodeExporter commented 8 years ago
======================================================================
FAIL: test_swap_memory (__main__.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_psutil.py", line 442, in test_swap_memory
    assert mem.free > 0, mem
AssertionError: swap(total=0, used=0, free=0, percent=0, sin=0, sout=0)

----------------------------------------------------------------------
Ran 187 tests in 6.072s

FAILED (failures=1)

Original comment by floppymaster@gmail.com on 13 May 2013 at 7:51

GoogleCodeExporter commented 8 years ago
Ok will fix that soon (no need to re-run and confirm). 
Thanks.

Original comment by g.rodola on 13 May 2013 at 7:57