gecko-dev/testing/mozbase
Wes Kocher c45891a714 Bug 1509614 - Downgrade the loglevel for the get_process_list() messages in mozbase r=bc
`get_process_list()` makes multiple attempts at setting up adb, but errors setting up the connection get logged with a loglevel of ERROR. This patch makes these messages print with a loglevel of INFO unless this is the final attempt. This will cut down on superfluous error messages appearing in Treeherder's logviewer, while still providing all of the info fennec/tooling developers would need to fix the underlying problem here.

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

--HG--
extra : moz-landing-system : lando
2018-11-24 23:03:49 +00:00
..
docs Summary: Bug 1506385 - Remove b2g support and unnecessary dependencies from mozdevice r=bc 2018-11-10 20:17:08 +00:00
manifestparser Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozcrash Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozdebug Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozdevice Bug 1509614 - Downgrade the loglevel for the get_process_list() messages in mozbase r=bc 2018-11-24 23:03:49 +00:00
mozfile Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozhttpd Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozinfo Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozinstall Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozleak Bug 1507550 - Scrub out junk from rust signatures when processing LSAN data, r=mccr8 2018-11-20 14:11:12 +00:00
mozlog Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
moznetwork Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozprocess Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozprofile Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozrunner Bug 1507560 - Avoid extra initializations of ADBAndroid when running Android wpt; r=kwierso 2018-11-15 16:27:55 -07:00
mozscreenshot Bug 1494437 - Support timed screenshots in AndroidMixin; r=bc 2018-10-24 10:33:02 -06:00
mozsystemmonitor Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
moztest Bug 1480141 - Add task_regex for Marionette. r=ahal 2018-11-16 17:27:28 +01:00
mozversion Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
rust Bug 1498247 - Part 3 - switch from using the deprecated env::home_dir() to the dirs crate; r=jgraham 2018-10-12 17:26:21 +00:00
moz.build Bug 1507550 - Scrub out junk from rust signatures when processing LSAN data, r=mccr8 2018-11-20 14:11:12 +00:00
packages.txt Bug 1446809 - Remove some b2g leftover in the testing/mozbase r=jgraham 2018-03-20 21:20:26 +01:00
README.md Bug 1483563 - Remove 'mach autophone'; r=bc 2018-08-15 12:54:08 -06:00
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, and reftest.

Learn more about mozbase at the project page.

Read detailed docs online, or build them locally by running "make html" in the docs directory.

Consult open bugs and feel free to file new bugs.