mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
4c76a56119
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 |
||
---|---|---|
.. | ||
awsy | ||
config | ||
crashtest | ||
extensions | ||
firefox-ui | ||
geckodriver | ||
gtest | ||
jsshell | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
profiles | ||
raptor | ||
runtimes | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
webdriver | ||
xpcshell | ||
addtest.py | ||
cppunittest.ini | ||
mach_commands.py | ||
moz.build | ||
parse_build_tests_ccov.py | ||
README.txt | ||
remotecppunittests.py | ||
runcppunittests.py | ||
testsuite-targets.mk |
Common testing tools for mozilla codebase projects, test suite definitions for automated test runs, tests that don't fit anywhere else, and other fun stuff