gecko-dev/testing/mozbase/mozlog
Nikki Sharpley 4c76a56119 Bug 1554818 - [mozlog] Update StatusHandler to support known_intermittent field r=jgraham
This patch adds a `known_intermittent_statuses` attribute to the `StatusHandler`
class, allowing it to keep a count of expected intermittents for future use.
Additionally, known intermittents are not recorded as `unexpected_statuses` but
are recorded as `expected_statuses`.

testing/mozharness/mozharness/mozilla/structuredlog.py is directly affected by
this change and has been updated to also reflect `known_intermittent_statuses`.
However, it may require a test to be written to check this addition.

The `StatusHandler` test has been added to, ensuring this patch works as expected.

Differential Revision: https://phabricator.services.mozilla.com/D33086

--HG--
extra : moz-landing-system : lando
2019-06-11 14:09:40 +00:00
..
mozlog Bug 1554818 - [mozlog] Update StatusHandler to support known_intermittent field r=jgraham 2019-06-11 14:09:40 +00:00
tests Bug 1554818 - [mozlog] Update StatusHandler to support known_intermittent field r=jgraham 2019-06-11 14:09:40 +00:00
setup.cfg Bug 1471648 - [mozlog] Add support for Python 3; r=raphael 2019-02-01 13:08:09 +00:00
setup.py Bug 1527610 - [mozlog] Library fails after python 3 update; TypeError: vars() argument must have _dict_ attribute r=ahal 2019-05-21 15:04:20 +00:00