mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
aeecd3dc7c
We've seen a couple of enormous log files (200MB+). This largely happened due to a bug in the test harness that resulted in suite_start being called over and over again. In each of these instances, mozlog logged something like: log.error("Suite start called multiple times: {}".format(data)) The problem is that 'data' contained every single test id in the suite, which was *a lot*. Dumping all test ids in that error message is not useful for debugging. This patch limits the size of the 'suite_start' data in the error message to 100 characters. MozReview-Commit-ID: GnPizNrZ2QJ --HG-- extra : rebase_source : 985d484544da9ea4cce445ce406fe085f86f112b |
||
---|---|---|
.. | ||
docs | ||
manifestparser | ||
mozcrash | ||
mozdebug | ||
mozdevice | ||
mozfile | ||
mozhttpd | ||
mozinfo | ||
mozinstall | ||
mozleak | ||
mozlog | ||
moznetwork | ||
mozprocess | ||
mozprofile | ||
mozrunner | ||
mozscreenshot | ||
mozsystemmonitor | ||
moztest | ||
mozversion | ||
moz.build | ||
packages.txt | ||
README.md | ||
setup_development.py | ||
versioninfo.py |
Mozbase
Mozbase is a set of easy-to-use Python packages forming a supplemental standard library for Mozilla. It provides consistency and reduces redundancy in automation and other system-level software. All of Mozilla's test harnesses use mozbase to some degree, including Talos, mochitest, reftest, Autophone, and Eideticker.
Learn more about mozbase at the project page.
Read detailed docs online, or build them locally by running "make html" in the docs directory.