Commit Graph

6 Commits

Author SHA1 Message Date
Matthew Brecknell 0212696e60 VER-643: make regression compatible with psutil 4.1.0+
At version 4.1.0, the Python psutil package changed the way it reports
CPU times for processes. This commit ensures that regression tests are
compatible with both old and new psutil APIs.
2016-10-07 09:23:20 +11:00
Japheth Lim 4c89da8b0c regression: restore Python 3 compat. 2016-02-25 11:44:49 +11:00
Japheth Lim e409f357e9 trivial: regression: fix comment about floating-point discrepancy. 2016-02-03 14:22:01 +11:00
Japheth Lim 0001e839bc regression: fix floating-point rounding that would fail the CPU monotonicity check. 2016-02-01 16:47:28 +11:00
Japheth Lim 84e5f7d814 regression: change CPU time non-mono from an error to a warning, so that it doesn't kill an otherwise working build. 2016-02-01 16:15:14 +11:00
Japheth Lim 197f48a25f regression: report CPU usage; support timeouts based on CPU usage. 2016-01-27 19:24:42 +11:00