- May 18, 2017
-
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
- May 17, 2017
-
-
Jakub Jirutka authored
-
-
Natanael Copa authored
tests fails
-
Natanael Copa authored
tests fails
-
Leonardo Arena authored
Fixes #7282 #7283
- May 16, 2017
-
-
Jakub Jirutka authored
This was my fault.
-
-
-
Jakub Jirutka authored
============================================================================== INFO: [TEST_012] Check IP stats...... ====================================================================== FAIL: test_000_update (__main__.TestGlances) Update stats (mandatory step for all the stats). ---------------------------------------------------------------------- Traceback (most recent call last): File "unitest.py", line 67, in test_000_update self.assertTrue(False) AssertionError: False is not true ====================================================================== FAIL: test_002_cpu (__main__.TestGlances) Check SYSTEM plugin. ---------------------------------------------------------------------- Traceback (most recent call last): File "unitest.py", line 92, in test_002_cpu self.assertTrue(stat in stats_grab, msg='Cannot find key: %s' % stat) AssertionError: Cannot find key: hostname ====================================================================== FAIL: test_003_cpu (__main__.TestGlances) Check CPU plugin. ---------------------------------------------------------------------- Traceback (most recent call last): File "unitest.py", line 102, in test_003_cpu self.assertTrue(stat in stats_grab, msg='Cannot find key: %s' % stat) AssertionError: Cannot find key: system ====================================================================== FAIL: test_005_mem (__main__.TestGlances) Check MEM plugin. ---------------------------------------------------------------------- Traceback (most recent call last): File "unitest.py", line 128, in test_005_mem self.assertTrue(stat in stats_grab, msg='Cannot find key: %s' % stat) AssertionError: Cannot find key: available ====================================================================== FAIL: test_010_processes (__main__.TestGlances) Check Process plugin. ---------------------------------------------------------------------- Traceback (most recent call last): File "unitest.py", line 173, in test_010_processes self.assertTrue(type(stats_grab) is dict, msg='Process count stats is not a dict') AssertionError: Process count stats is not a dict ---------------------------------------------------------------------- Ran 18 tests in 0.005s FAILED (failures=5)
-
-
Currently glances does not even start due to missing pkg_resources
-
-
-
Natanael Copa authored
-
since s390x builder is lxc, the host kernel returns EINVAL when fadvice() is called with POSIX_FADV_DONTNEED. Passing -C to ioping allows check() to run. Temp fix for 3.6.
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
set-external-linker.patch adresses golang/go#18243
-
-
Natanael Copa authored
tests fails
-