if ctx.config.get('interactive-on-error'):
from .task import interactive
- log.warning('Saw failure, going into interactive mode...')
+ log.warning('Saw failure during task execution, going into interactive mode...')
interactive.task(ctx=ctx, config=None)
# Throughout teuthology, (x,) = y has been used to assign values
# from yaml files where only one entry of type y is correct. This
if ctx.config.get('interactive-on-error'):
from .task import interactive
log.warning(
- 'Saw failure, going into interactive mode...')
+ 'Saw failure during task cleanup, going into interactive mode...')
interactive.task(ctx=ctx, config=None)
else:
if suppress: