Adam R. B. Jack wrote:

According to the following stats summary - one one gump project was
successfull. What is impled by the 512 "No Works" item?


"No Work" means -- "no work has been done on this entry (yet)". It used to
show up when I'd do a partial run (e.g. depot-*), on all but those biult,
but I've pretty much filtered those out.


-----------------------------------------------------------------------
Projects Successes   Failures    Prereqs     No Works       Packages
563      01 (0.18%)  00 (0.00%)  00 (0.00%)  512 (90.94%)   50 (8.88%)
-----------------------------------------------------------------------


Had me going for a moment, or few, since clearly (looking at the build log)
lots of projects are in other states.

I see it is a side effect of (the new) re-building the buildLog.xml page
after every module update, and after every project build, so it can (one day
soon) be effectively a dynamic running log. This is to allow users to know a
Gump is active, and where it is (in it's run).

Unfortunately I went through a phase of worrying about walking down the tree
(I had some expensive tree recursions), so got into a habit of doing things
one-time & caching it on the object. Seems I tripped up on that here, and
this froze after the first one was done.

I've stopped making this one-time, and I'll check in shortly, so we'll see.
Thanks for spotting this.

NP

Also related to this is the calculation of build success.

Currently the success is showing as:

    Overall project success : 9.06%

This suggests that No Work entries may be factored into the calculation of success. From a total of 563 projects, 512 were counted as no-work - leaving a total of 51 projects.

    51/563 = 0.091

But looking at the other numbers, 50 of these remaining projects are modules. So in fact the the success ratio calculation is being skewed by the inclusion of modules. In fact the correct success ratio should be:

    (51-50)/(563-50)-512 == 1/513-512 == 1/1 = 100%

Does this make sense?

Cheers, Steve.

--

|---------------------------------------|
| Magic by Merlin                       |
| Production by Avalon                  |
|                                       |
| http://avalon.apache.org              |
|---------------------------------------|

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to