Trees | Indices | Help |
|
---|
|
buildstep.LogObserver --+ | buildstep.LogLineObserver --+ | MtrLogObserver
Class implementing a log observer (can be passed to BuildStep.addLogObserver().
It parses the output of mysql-test-run.pl as used in MySQL, MariaDB, Drizzle, etc.
It counts number of tests run and uses it to provide more accurate completion estimates.
It parses out test failures from the output and summarises the results on the Waterfall page. It also passes the information to methods that can be overridden in a subclass to do further processing on the information.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
strip_re = re.compile(r'^
|
|
Inherited from |
Method Details |
|
|
This will be called with complete stdout lines (not including the delimiter). Override this in your observer.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 21 16:22:44 2012 | http://epydoc.sourceforge.net |