From 0660f853be106ce39fb19df4753c0cdb42f82025 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 14 Jan 2015 16:26:10 -0600 Subject: [PATCH] docs update, interactive-on-error does trigger between nested tasks now Signed-off-by: Andrew Schoen --- README.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.rst b/README.rst index c256dc122c..d25a7ede3a 100644 --- a/README.rst +++ b/README.rst @@ -283,12 +283,6 @@ chance to inspect the system -- both through Teuthology and via extra SSH connections -- and the cleanup completes only when you choose so. Just exit the interactive Python session to continue the cleanup. -Note that this only catches exceptions *between* the tasks. If a task -calls multiple subtasks, e.g. with ``contextutil.nested``, those -cleanups *will* be performed. Later on, we can let tasks communicate -the subtasks they wish to invoke to the top-level runner, avoiding -this issue. - Interactive task facilities =========================== -- 2.39.5