|
|
|
@ -133,7 +133,7 @@ class LogMonitor(object):
|
|
|
|
except AssertionError: # Raised by waiter when timeout is reached.
|
|
|
|
except AssertionError: # Raised by waiter when timeout is reached.
|
|
|
|
logger.warning(f"Timeout of '{timeout}' seconds was reached, log lines may not have been found")
|
|
|
|
logger.warning(f"Timeout of '{timeout}' seconds was reached, log lines may not have been found")
|
|
|
|
# exception will be raised below by _validate_results with failure analysis
|
|
|
|
# exception will be raised below by _validate_results with failure analysis
|
|
|
|
|
|
|
|
finally:
|
|
|
|
logger.info("Python log output:\n" + self.py_log)
|
|
|
|
logger.info("Python log output:\n" + self.py_log)
|
|
|
|
logger.info(
|
|
|
|
logger.info(
|
|
|
|
"Finished log monitoring for '{}' seconds, validating results.\n"
|
|
|
|
"Finished log monitoring for '{}' seconds, validating results.\n"
|
|
|
|
|