You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by ge...@gump.apache.org on 2004/03/07 18:52:40 UTC

[Gump Wiki] Updated: StatePropogation

   Date: 2004-03-07T09:52:38
   Editor: AdamJack <aj...@apache.org>
   Wiki: Gump Wiki
   Page: StatePropogation
   URL: http://wiki.apache.org/gump/StatePropogation

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -2,7 +2,14 @@
 
 Recall, state is unset|success|failed (etc.) with a reason (unset|build failed, etc.)
 
-If a project's "state" is set to something bad (e.g. failed) then that propogates "up" to all "dependees" of that project that do not already have a bad state. When state propogates it changes (from whatever negative) to "prerequisite failed", and the originating project becomes the ["RootCause"] for these projects.
+If a project's "state" is set to something bad (e.g. failed) then that propogates "up" to all "dependees" of that project that do not already have a bad state. When state propogates it changes (from whatever negative) to "prerequisite failed", and the originating project becomes the RootCause for these projects.
 
-If a module's state is set to something bad (failed) then that propogates down to all it's projects, and in turn 'up' (to dependees of those projects). A module can be a ["RootCause"].
+If a module's state is set to something bad (failed) then that propogates down to all it's projects, and in turn 'up' (to dependees of those projects). A module can be a RootCause.
 
+= Affected =
+
+A module's "affected" count is a count of all dependees where the RootCause is this module, or any of it's projects.
+
+A project's "affected" count is a count of all dependees where the RootCause is this project.
+
+Note: This means these counts are often less than the "total dependee count".

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org