The client logger that handles client-side logging + warnings is
broken; we would throw away the logger and create a new one for
every client test section, but that meant that between reboots
you lost all the information about the current state of the client
logging. When WARN messages got logged during this time (not usual
when the console monitor finds something in the boot log) it would
be logged inconsistently with the rest of the client logging. This
confused the parser and often resulted in false failures or even
parser errors.
Risk: Medium
Visibility: WARN messages during a reboot will no longer mess up all
the test results.
Signed-off-by: John Admanski <jadmanski@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@2360 592f7852-d20e-0410-864c-8624ca9c26a4
1 file changed