fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] Summarize results from parallel execution


From: Jeff Forcier
Subject: Re: [Fab-user] Summarize results from parallel execution
Date: Wed, 29 May 2013 13:32:08 -0700

If you check the API docs you'll see that `execute()` returns a
host-string-keyed dict whose values are the return code of each
iteration of the task, or an exception object if the task failed
partway. That should get you at least part of the way there. Either
way, summary reporting (in any mode, serial or parallel) is something
that's definitely on the table at some point.

On Wed, May 29, 2013 at 1:04 PM, Vineet Gupta <address@hidden> wrote:
> I am trying to find best option to summarize results from parallel execution
> of certain task. Usually what happens that I have to look through the debug
> trace to figure out what succeeded and what failed. What I'd like to do is
> an option to look into result.return_code and construct a result in a
> tabular structure with hosts which "passed" and hosts which didn't pass.
>
> Thanks,
> Vineet
>
> _______________________________________________
> Fab-user mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/fab-user
>



-- 
Jeff Forcier
Unix sysadmin; Python/Ruby engineer
http://bitprophet.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]